aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-04 12:33:19 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-04 12:33:19 -0400
commitf9f523ad59491eda08003ce2ccc6d57d7f19ea1e (patch)
treeb49fb2e75418618f9fffbcced8ea456fff9c9d36
parentf7387f8c60d140b8b1c7236dfc2aa8d0471d05e7 (diff)
Remove unused caps string
-rw-r--r--commands/commands.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/commands.go b/commands/commands.go
index e53bdfe..4038fe2 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -110,8 +110,6 @@ func (cmds *Commands) GetCompletions(aerc *widgets.Aerc, cmd string) []string {
return nil
}
-const caps string = "ABCDEFGHIJKLMNOPQRSTUVXYZ"
-
func GetFolders(aerc *widgets.Aerc, args []string) []string {
out := make([]string, 0)
lower_only := false