aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAxel Buehning <axel.buehning@multimedia-labs.de>2006-04-05 12:21:07 +0000
committerAxel Buehning <axel.buehning@multimedia-labs.de>2006-04-05 12:21:07 +0000
commit313bdd3c04290c5f7ca64bac3c8c304e89c328bb (patch)
tree28191f4c35ec0a8d1ab4c32a3d22ea6352cda933 /lib/python
parent3d942915a3aaf28d3c38cc7f94e1cc730f5f60d9 (diff)
downloadenigma2-313bdd3c04290c5f7ca64bac3c8c304e89c328bb.tar.gz
enigma2-313bdd3c04290c5f7ca64bac3c8c304e89c328bb.zip
remove even more old lcd stuff
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Standby.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py
index 7c06d79e..9e3ade45 100644
--- a/lib/python/Screens/Standby.py
+++ b/lib/python/Screens/Standby.py
@@ -51,5 +51,3 @@ class Standby(Screen):
self.avswitch.setInput("SCART")
#set lcd brightness to standby value
eDBoxLCD.getInstance().setLCDBrightness(config.lcd.standby.value * 20)
- #clear lcd (servicename)
- setLCD(" ")