diff options
Diffstat (limited to 'commands/msgview/toggle-key-passthrough.go')
-rw-r--r-- | commands/msgview/toggle-key-passthrough.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msgview/toggle-key-passthrough.go b/commands/msgview/toggle-key-passthrough.go index 32735870..b4c5f2c7 100644 --- a/commands/msgview/toggle-key-passthrough.go +++ b/commands/msgview/toggle-key-passthrough.go @@ -15,10 +15,6 @@ func (ToggleKeyPassthrough) Aliases() []string { return []string{"toggle-key-passthrough"} } -func (ToggleKeyPassthrough) Complete(args []string) []string { - return nil -} - func (ToggleKeyPassthrough) Execute(args []string) error { mv, _ := app.SelectedTabContent().(*app.MessageViewer) keyPassthroughEnabled := mv.ToggleKeyPassthrough() |