aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-04-16 20:29:53 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-04-16 20:29:53 +0000
commite766d2a2f39bed2ace5d0f29ade97896483e7050 (patch)
tree58e50fb45945e66fb0d76b35413e906a22c6ddcc /lib/python/Screens/ChannelSelection.py
parent0d1f59e4a4c6b096b18cac11876066e3384c4b3a (diff)
downloadenigma2-e766d2a2f39bed2ace5d0f29ade97896483e7050.tar.gz
enigma2-e766d2a2f39bed2ace5d0f29ade97896483e7050.zip
remove InfoBarEvent initialization, which is gone now
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
-rw-r--r--lib/python/Screens/ChannelSelection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 755d37fc..06c5a219 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -1320,7 +1320,6 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect
class RadioInfoBar(Screen):
def __init__(self, session):
Screen.__init__(self, session)
- InfoBarEvent.__init__(self)
self["RdsDecoder"] = RdsDecoder(self.session.nav)
self["BlinkingPoint"] = Pixmap()
self["BlinkingPoint"].hide()