remove InfoBarEvent initialization, which is gone now
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 16 Apr 2008 20:29:53 +0000 (20:29 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Wed, 16 Apr 2008 20:29:53 +0000 (20:29 +0000)
lib/python/Screens/ChannelSelection.py

index 755d37fca0eb39e0f5be290537e7a88be95eaf24..06c5a219e5dea614cf204a31d61f67977e6d72d1 100644 (file)
@@ -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()