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