From 74caa1a94983a5fa90cae497ca919693dd5e2606 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 10 Apr 2016 14:11:15 +0200 Subject: [PATCH] CInfoViewer: remove clock object interval allocation Already allocated with default value (1s) by constructor and also not required, because internal clock timer is not used here. --- src/gui/infoviewer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index a4bf3253b..e5e1004df 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -249,7 +249,6 @@ void CInfoViewer::initClock() if (clock == NULL){ clock = new CComponentsFrmClock(); clock->setClockFormat("%H:%M", "%H %M"); - clock->setClockIntervall(1); } CInfoClock::getInstance()->disableInfoClock();