diff options
Diffstat (limited to 'commands/msgview/next-part.go')
-rw-r--r-- | commands/msgview/next-part.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msgview/next-part.go b/commands/msgview/next-part.go index 9b1b1fcc..77eb008d 100644 --- a/commands/msgview/next-part.go +++ b/commands/msgview/next-part.go @@ -16,10 +16,6 @@ func (NextPrevPart) Aliases() []string { return []string{"next-part", "prev-part"} } -func (NextPrevPart) Complete(args []string) []string { - return nil -} - func (np NextPrevPart) Execute(args []string) error { mv, _ := app.SelectedTabContent().(*app.MessageViewer) for n := 0; n < np.Offset; n++ { |