diff options
Diffstat (limited to 'commands/compose/next-field.go')
-rw-r--r-- | commands/compose/next-field.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/compose/next-field.go b/commands/compose/next-field.go index 88fbb03d..396c1ce1 100644 --- a/commands/compose/next-field.go +++ b/commands/compose/next-field.go @@ -14,10 +14,6 @@ func (NextPrevField) Aliases() []string { return []string{"next-field", "prev-field"} } -func (NextPrevField) Complete(args []string) []string { - return nil -} - func (NextPrevField) Execute(args []string) error { composer, _ := app.SelectedTabContent().(*app.Composer) if args[0] == "prev-field" { |