aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 0 insertions, 2 deletions
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,