From: Felix Domke Date: Wed, 16 Apr 2008 20:29:53 +0000 (+0000) Subject: remove InfoBarEvent initialization, which is gone now X-Git-Tag: 2.6.0~1328 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e766d2a2f39bed2ace5d0f29ade97896483e7050 remove InfoBarEvent initialization, which is gone now --- 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()