add EntryForegroundColor, EntryBorderColor, EntryBackgroundColor and
[vuplus_dvbapp] / skin.py
diff --git a/skin.py b/skin.py
index b0b4505..fc0360c 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -14,9 +14,6 @@ from Tools.XMLTools import elementsWithTag, mergeText
 
 colorNames = dict()
 
-def queryColor(colorName):
-       return colorNames.get(colorName)
-
 def dump(x, i=0):
        print " " * i + str(x)
        try: