aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-17 09:10:15 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-17 09:10:15 +0000
commite65ec4c939982c4dc7d257f6adfd1b8ab87e1179 (patch)
treecd9db0322d49aa383a200afbf36f874138d3bf8c /lib/python/Screens/ChannelSelection.py
parente766d2a2f39bed2ace5d0f29ade97896483e7050 (diff)
downloadenigma2-e65ec4c939982c4dc7d257f6adfd1b8ab87e1179.tar.gz
enigma2-e65ec4c939982c4dc7d257f6adfd1b8ab87e1179.zip
remove deprecated and unused code
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 0 insertions, 2 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