From dca157cc8f9e08d95d04961a162f7504da24b4ae Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 19 Sep 2017 12:40:02 +0200 Subject: [PATCH] fix start clock supplement to aecad369c16f4f8b1b18307d375e3fe7e6298286 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b1f820aa441005aec791cd598e49e8a7b8ae971b Author: Jacek Jendrzej Date: 2017-09-19 (Tue, 19 Sep 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_timer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/components/cc_timer.cpp b/src/gui/components/cc_timer.cpp index a54c9bfc1..f3ef5b751 100644 --- a/src/gui/components/cc_timer.cpp +++ b/src/gui/components/cc_timer.cpp @@ -87,9 +87,6 @@ void* CComponentsTimer::initThreadAction(void *arg) //start up running timer with own thread, return true on succses void CComponentsTimer::initThread() { - if (!tm_enable) - return; - if(!tm_thread) { void *ptr = static_cast(this);