aboutsummaryrefslogtreecommitdiff
path: root/skin.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-25 21:44:51 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-25 21:44:51 +0000
commit0cbfa65b2c9e28aa8b065f578f132844c4c4c32d (patch)
tree133a48455645ddd74e3523ebfa607f4a1a6aaae3 /skin.py
parent8d74491f8ae2a175cf46ded1cca190e3c7ebb892 (diff)
downloadenigma2-0cbfa65b2c9e28aa8b065f578f132844c4c4c32d.tar.gz
enigma2-0cbfa65b2c9e28aa8b065f578f132844c4c4c32d.zip
add EntryForegroundColor, EntryBorderColor, EntryBackgroundColor and
EntryBackgroundColorSelected attributes to GraphMultiEPG EPGList.. instead of use queryColor... remove unneeded queryColor function
Diffstat (limited to 'skin.py')
-rw-r--r--skin.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/skin.py b/skin.py
index b0b45055..fc0360c5 100644
--- 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: