From f9f523ad59491eda08003ce2ccc6d57d7f19ea1e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 4 Jul 2019 12:33:19 -0400 Subject: Remove unused caps string --- commands/commands.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands') 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 -- cgit v1.2.3