From 7762c2cec98ee8b7d61d4347a1fcffe5da0d7f20 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 3 Apr 2006 12:01:02 +0000 Subject: remove old lcd stuff --- lib/python/Components/Clock.py | 1 - 1 file changed, 1 deletion(-) (limited to '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): -- cgit v1.2.3