From: Andreas Monzner Date: Thu, 17 Apr 2008 09:10:15 +0000 (+0000) Subject: remove deprecated and unused code X-Git-Tag: 2.6.0~1327 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e65ec4c939982c4dc7d257f6adfd1b8ab87e1179?hp=e766d2a2f39bed2ace5d0f29ade97896483e7050 remove deprecated and unused code --- diff --git a/data/skin_default.xml b/data/skin_default.xml index 830895f3..726b8518 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -538,7 +538,9 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) RasInteractiveAvailable - + + Blink + Progress @@ -761,7 +763,9 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - + + Blink + 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: