aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Clock.py')
-rw-r--r--lib/python/Components/Clock.py1
1 files changed, 0 insertions, 1 deletions
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):