aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/msgview.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/msgview.go')
-rw-r--r--commands/msgview/msgview.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/commands/msgview/msgview.go b/commands/msgview/msgview.go
deleted file mode 100644
index fb32d8e1..00000000
--- a/commands/msgview/msgview.go
+++ /dev/null
@@ -1,14 +0,0 @@
-package msgview
-
-import (
- "git.sr.ht/~rjarry/aerc/commands"
-)
-
-var MessageViewCommands *commands.Commands
-
-func register(cmd commands.Command) {
- if MessageViewCommands == nil {
- MessageViewCommands = commands.NewCommands()
- }
- MessageViewCommands.Register(cmd)
-}