X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6c2d3fc303542b7f77f4350974acf781a1b91c30..3e0a413bb4a34a9cdc72ca14b5399e31f59b1f3c:/lib/python/Components/Clock.py diff --git a/lib/python/Components/Clock.py b/lib/python/Components/Clock.py index 982d1c4a..5d7ec8dc 100644 --- a/lib/python/Components/Clock.py +++ b/lib/python/Components/Clock.py @@ -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):