Remove unused caps string

This commit is contained in:
Drew DeVault 2019-07-04 12:33:19 -04:00
parent f7387f8c60
commit f9f523ad59
1 changed files with 0 additions and 2 deletions

View File

@ -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