From: Andreas Monzner Date: Mon, 9 Oct 2006 23:00:11 +0000 (+0000) Subject: remove unneeded code X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a35a4dcff2f3d92b1f32f373138853cde710a9ce remove unneeded code --- diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py index b146ecf..e8e3d4c 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()