aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/EpgSelection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py
index 440df528..9ab18fb0 100644
--- a/lib/python/Screens/EpgSelection.py
+++ b/lib/python/Screens/EpgSelection.py
@@ -37,7 +37,6 @@ class EPGSelection(Screen):
def eventSelected(self):
event = self["list"].getCurrent()
self.session.open(EventView, event, self.eventViewCallback)
-# self.close()
def setRoot(self, root):
self["list"].setRoot(root)