From d9cf02eef568fa41884c54298adf77284a339760 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. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/74caa1a94983a5fa90cae497ca919693dd5e2606 Author: Thilo Graf Date: 2016-04-10 (Sun, 10 Apr 2016) ------------------ This commit was generated by Migit --- 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();