aboutsummaryrefslogtreecommitdiff
path: root/commands/msgview/open.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/open.go')
-rw-r--r--commands/msgview/open.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msgview/open.go b/commands/msgview/open.go
index 0d6db5b0..a8443404 100644
--- a/commands/msgview/open.go
+++ b/commands/msgview/open.go
@@ -29,10 +29,6 @@ func (Open) Aliases() []string {
return []string{"open"}
}
-func (Open) Complete(args []string) []string {
- return nil
-}
-
func (o Open) Execute(args []string) error {
mv := app.SelectedTabContent().(*app.MessageViewer)
if mv == nil {