From 6047456faa97f18ca8b6ea7bfbb2ac1856765580 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 14 Nov 2005 03:02:01 +0000 Subject: fix movemode, do not use listboxcontent private variables --- lib/python/Components/ServiceList.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/python/Components/ServiceList.py') 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() -- cgit v1.2.3