X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2bc32a2aeb47f3df98e95d5f666126fbdc03cb26..cbdae9732240da8ae902936fd8819ffbbae2f1cf:/lib/python/Screens/ChannelSelection.py diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index fa25fd54..adc68945 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -419,8 +419,6 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit): self["actions"] = ChannelActionMap(["ChannelSelectActions", "OkCancelActions", "ContextMenuActions"], { "cancel": self.cancel, - "down": self.cancel, - "up": self.cancel, "ok": self.channelSelected, "mark": self.doMark, "contextMenu": self.doContext,