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