X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/059982cc102de394ac316abc3ee0806673d003d5..3ff9ec2869649c38251899fc0fbe9c651a061dfc:/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()