mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
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:
@@ -249,7 +249,6 @@ void CInfoViewer::initClock()
|
|||||||
if (clock == NULL){
|
if (clock == NULL){
|
||||||
clock = new CComponentsFrmClock();
|
clock = new CComponentsFrmClock();
|
||||||
clock->setClockFormat("%H:%M", "%H %M");
|
clock->setClockFormat("%H:%M", "%H %M");
|
||||||
clock->setClockIntervall(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CInfoClock::getInstance()->disableInfoClock();
|
CInfoClock::getInstance()->disableInfoClock();
|
||||||
|
Reference in New Issue
Block a user