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.


Origin commit data
------------------
Commit: 74caa1a949
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-04-10 (Sun, 10 Apr 2016)
This commit is contained in:
2016-04-10 14:11:15 +02:00
parent 2ddd5a556c
commit 002c435e15

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