Minor refactor

This commit is contained in:
Caleb Bassi
2018-09-06 14:48:09 -07:00
parent 7d98eb0bf4
commit 3629cdceea
28 changed files with 357 additions and 396 deletions

View File

@@ -103,7 +103,6 @@ func ThemeAttr(name string) Attribute {
}
func lookUpAttr(clrmap map[string]Attribute, name string) Attribute {
a, ok := clrmap[name]
if ok {
return a