diff options
Diffstat (limited to 'commands')
-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 |