diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-27 22:26:27 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-27 22:26:27 +0000 |
| commit | 05aa25aa522a21bd5594fd774b8685afd33fb69b (patch) | |
| tree | ecae0a1d497f8e2e9753e46ddb52165f9fa53f66 /lib/python/Screens/EpgSelection.py | |
| parent | d838e8b3d85b0f0d1777b1ddc4f7bd9fefefddd6 (diff) | |
| download | enigma2-05aa25aa522a21bd5594fd774b8685afd33fb69b.tar.gz enigma2-05aa25aa522a21bd5594fd774b8685afd33fb69b.zip | |
remove unneeded code
Diffstat (limited to 'lib/python/Screens/EpgSelection.py')
| -rw-r--r-- | lib/python/Screens/EpgSelection.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index 0092989d..ef654521 100644 --- a/lib/python/Screens/EpgSelection.py +++ b/lib/python/Screens/EpgSelection.py @@ -57,11 +57,7 @@ class EPGSelection(Screen): self["key_green"] = Button(_("Add timer")) self["list"] = EPGList(type = self.type, selChangedCB = self.onSelectionChanged, timer = self.session.nav.RecordTimer) - class ChannelActionMap(ActionMap): - def action(self, contexts, action): - return ActionMap.action(self, contexts, action) - - self["actions"] = ChannelActionMap(["EPGSelectActions", "OkCancelActions"], + self["actions"] = ActionMap(["EPGSelectActions", "OkCancelActions"], { "cancel": self.closeScreen, "ok": self.eventSelected, |
