aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-14 03:02:01 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-14 03:02:01 +0000
commit6047456faa97f18ca8b6ea7bfbb2ac1856765580 (patch)
treea21421c227dcafc2fff5e88f0c14f8c8be1d5997 /lib/python/Components
parente41cbd8e4f84ce4ef23095e7eaba9c885922ba92 (diff)
downloadenigma2-6047456faa97f18ca8b6ea7bfbb2ac1856765580.tar.gz
enigma2-6047456faa97f18ca8b6ea7bfbb2ac1856765580.zip
fix movemode, do not use listboxcontent private variables
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/ServiceList.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py
index 76e1c822..efe928dd 100644
--- a/lib/python/Components/ServiceList.py
+++ b/lib/python/Components/ServiceList.py
@@ -52,12 +52,6 @@ class ServiceList(HTMLComponent, GUIComponent):
self.l.setRoot(root)
self.l.sort()
- def cursorGet(self):
- return self.l.cursorGet()
-
- def cursorSet(self, val):
- self.l.cursorSet(val)
-
# stuff for multiple marks (edit mode / later multiepg)
def clearMarks(self):
self.l.initMarked()