diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-04 12:33:19 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-04 12:33:19 -0400 |
commit | f9f523ad59491eda08003ce2ccc6d57d7f19ea1e (patch) | |
tree | b49fb2e75418618f9fffbcced8ea456fff9c9d36 | |
parent | f7387f8c60d140b8b1c7236dfc2aa8d0471d05e7 (diff) | |
download | aerc-f9f523ad59491eda08003ce2ccc6d57d7f19ea1e.tar.gz |
Remove unused caps string
-rw-r--r-- | commands/commands.go | 2 |
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 |