aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/GUISkin.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-24 14:14:57 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-24 14:14:57 +0000
commitdf7d9f3578c68b22c95ab9daa23bd0fa168f6d11 (patch)
treee02e31f3370f92ecaac63d6824942bafead2fbe6 /lib/python/Components/GUISkin.py
parent00baaebc6c9a408dcde721da3fed8b03a90fd28e (diff)
downloadenigma2-df7d9f3578c68b22c95ab9daa23bd0fa168f6d11.tar.gz
enigma2-df7d9f3578c68b22c95ab9daa23bd0fa168f6d11.zip
generic show/hide support for GUIComponents
Diffstat (limited to 'lib/python/Components/GUISkin.py')
-rw-r--r--lib/python/Components/GUISkin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/GUISkin.py b/lib/python/Components/GUISkin.py
index cf8e1894..f97dd8bd 100644
--- a/lib/python/Components/GUISkin.py
+++ b/lib/python/Components/GUISkin.py
@@ -25,8 +25,6 @@ class GUISkin:
else:
f()
-
-
def deleteGUIScreen(self):
for (name, val) in self.items():
if isinstance(val, GUIComponent):