diff options
Diffstat (limited to 'commands/msg/toggle-threads.go')
-rw-r--r-- | commands/msg/toggle-threads.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msg/toggle-threads.go b/commands/msg/toggle-threads.go index 88cc763f..d2933bba 100644 --- a/commands/msg/toggle-threads.go +++ b/commands/msg/toggle-threads.go @@ -15,10 +15,6 @@ func (ToggleThreads) Aliases() []string { return []string{"toggle-threads"} } -func (ToggleThreads) Complete(args []string) []string { - return nil -} - func (ToggleThreads) Execute(args []string) error { h := newHelper() acct, err := h.account() |