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.
This commit is contained in:
2016-04-10 14:11:15 +02:00
parent ccd63eac90
commit 74caa1a949

View File

@@ -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();