aerc.go: remove unused variable

This commit is contained in:
Drew DeVault 2019-09-04 16:30:34 -10:00
parent 2257b29a82
commit 5f7809d825
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ func getCompletions(aerc *widgets.Aerc, cmd string) []string {
}
var (
Prefix string
ShareDir string
Version string
)