aboutsummaryrefslogtreecommitdiff
path: root/commands/account/next.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/next.go')
-rw-r--r--commands/account/next.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/account/next.go b/commands/account/next.go
index 14679b1b..142f6151 100644
--- a/commands/account/next.go
+++ b/commands/account/next.go
@@ -35,10 +35,6 @@ func (NextPrevMsg) Aliases() []string {
return []string{"next", "next-message", "prev", "prev-message"}
}
-func (NextPrevMsg) Complete(args []string) []string {
- return nil
-}
-
func (np NextPrevMsg) Execute(args []string) error {
acct := app.SelectedAccount()
if acct == nil {