remove unneeded code
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 9 Oct 2006 23:00:11 +0000 (23:00 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 9 Oct 2006 23:00:11 +0000 (23:00 +0000)
lib/python/Screens/TimerEntry.py

index b146ecf..e8e3d4c 100644 (file)
@@ -192,12 +192,6 @@ class TimerEntry(Screen, ConfigListScreen):
                        ConfigListScreen.keyLeft(self)
                        self.newConfig()
 
-       def keyRightCallback(self, configPath):
-               currentConfigPath = self["config"].getCurrent()[1].parent.getConfigPath()
-               # check if we are still on the same config entry
-               if (currentConfigPath == configPath):
-                       self.keyRight()
-
        def keyRight(self):
                if self["config"].getCurrent() is self.channelEntry:
                        self.keySelect()