aboutsummaryrefslogtreecommitdiff
path: root/commands/msg/mark.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/mark.go')
-rw-r--r--commands/msg/mark.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msg/mark.go b/commands/msg/mark.go
index c2c21cf2..9547548f 100644
--- a/commands/msg/mark.go
+++ b/commands/msg/mark.go
@@ -20,10 +20,6 @@ func (Mark) Aliases() []string {
return []string{"mark", "unmark", "remark"}
}
-func (Mark) Complete(args []string) []string {
- return nil
-}
-
func (m Mark) Execute(args []string) error {
h := newHelper()
OnSelectedMessage := func(fn func(uint32)) error {