From e766d2a2f39bed2ace5d0f29ade97896483e7050 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 16 Apr 2008 20:29:53 +0000 Subject: [PATCH] remove InfoBarEvent initialization, which is gone now --- lib/python/Screens/ChannelSelection.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.30.2