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
------------------
Branch: ni/coolstream
Commit: 74caa1a949
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-04-10 (Sun, 10 Apr 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-04-10 14:11:15 +02:00
parent 1ac2fbe62c
commit d9cf02eef5

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