diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-17 09:10:15 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-17 09:10:15 +0000 |
| commit | e65ec4c939982c4dc7d257f6adfd1b8ab87e1179 (patch) | |
| tree | cd9db0322d49aa383a200afbf36f874138d3bf8c /lib/python/Screens | |
| parent | e766d2a2f39bed2ace5d0f29ade97896483e7050 (diff) | |
| download | enigma2-e65ec4c939982c4dc7d257f6adfd1b8ab87e1179.tar.gz enigma2-e65ec4c939982c4dc7d257f6adfd1b8ab87e1179.zip | |
remove deprecated and unused code
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 2 | ||||
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 4 |
2 files changed, 0 insertions, 6 deletions
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: |
