aboutsummaryrefslogtreecommitdiff
path: root/commands/account/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/view.go')
-rw-r--r--commands/account/view.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/account/view.go b/commands/account/view.go
index 701a7738..0cdc175d 100644
--- a/commands/account/view.go
+++ b/commands/account/view.go
@@ -19,10 +19,6 @@ func (ViewMessage) Aliases() []string {
return []string{"view-message", "view"}
}
-func (ViewMessage) Complete(args []string) []string {
- return nil
-}
-
func (v ViewMessage) Execute(args []string) error {
acct := app.SelectedAccount()
if acct == nil {