aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/recall.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/recall.go')
-rw-r--r--commands/msg/recall.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msg/recall.go b/commands/msg/recall.go
index 3b78a763..cea02ddb 100644
--- a/commands/msg/recall.go
+++ b/commands/msg/recall.go
@@ -31,10 +31,6 @@ func (Recall) Aliases() []string {
return []string{"recall"}
}
-func (Recall) Complete(args []string) []string {
- return nil
-}
-
func (r Recall) Execute(args []string) error {
editHeaders := (config.Compose.EditHeaders || r.Edit) && !r.NoEdit