remove old lcd stuff
[enigma2.git] / lib / python / Components / Clock.py
index 982d1c4a6f11fb951784213b2659d9248a888be3..5d7ec8dc54a3ffb406f4e02ed72ae61b95d9e05e 100644 (file)
@@ -32,7 +32,6 @@ class Clock(HTMLComponent, GUIComponent, VariableText):
                t = time.localtime()
                timestr = "%2d:%02d:%02d" % (t.tm_hour, t.tm_min, t.tm_sec)
                self.setText(timestr)
-               setLCDClock(timestr)
 
 # realisierung als GUI
        def createWidget(self, parent):