From e65ec4c939982c4dc7d257f6adfd1b8ab87e1179 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 17 Apr 2008 09:10:15 +0000 Subject: remove deprecated and unused code --- lib/python/Screens/ChannelSelection.py | 2 -- lib/python/Screens/InfoBarGenerics.py | 4 ---- 2 files changed, 6 deletions(-) (limited to 'lib/python') diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 06c5a219..eb372c7a 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -1321,8 +1321,6 @@ class RadioInfoBar(Screen): def __init__(self, session): Screen.__init__(self, session) self["RdsDecoder"] = RdsDecoder(self.session.nav) - self["BlinkingPoint"] = Pixmap() - self["BlinkingPoint"].hide() class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG): ALLOW_SUSPEND = True diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index eef0f569..b0572979 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1419,10 +1419,6 @@ class InfoBarInstantRecord: recording.dontSave = True self.recording.append(recording) -#### DEPRECATED CODE #### - self["BlinkingPoint"].setConnect(lambda: self.recording.isRunning()) -######################### - def isInstantRecordRunning(self): print "self.recording:", self.recording if len(self.recording) > 0: -- cgit v1.2.3