aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEntry.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-09 23:00:11 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-09 23:00:11 +0000
commita35a4dcff2f3d92b1f32f373138853cde710a9ce (patch)
tree1d785e5028bb3a4451e585550312f688bb13cce2 /lib/python/Screens/TimerEntry.py
parent51b1571e9e31d9f7ab1055f562a397a9bfa427ab (diff)
downloadenigma2-a35a4dcff2f3d92b1f32f373138853cde710a9ce.tar.gz
enigma2-a35a4dcff2f3d92b1f32f373138853cde710a9ce.zip
remove unneeded code
Diffstat (limited to 'lib/python/Screens/TimerEntry.py')
-rw-r--r--lib/python/Screens/TimerEntry.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py
index b146ecf3..e8e3d4c0 100644
--- a/lib/python/Screens/TimerEntry.py
+++ b/lib/python/Screens/TimerEntry.py
@@ -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()