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