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