Cleaned up item editor, and removed some redundant imports here and there

This commit is contained in:
Veronica K. B. Olsen
2020-05-17 18:23:27 +02:00
parent 7be78f6e1e
commit dec7e51a77
6 changed files with 44 additions and 93 deletions
-1
View File
@@ -99,7 +99,6 @@ class GuiIcons:
DECO_MAP = {
"nwicon" : ["icons", "novelWriter.svg"],
"settings" : ["graphics", "gear.svg"],
}
def __init__(self, theParent):