From 462626f9eb2ebdda40e04deebe8557e37a88b677 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 0f9284bf91bb8a5bb95be8176524c756dc3a67eb Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b1f820aa441005aec791cd598e49e8a7b8ae971b Author: Jacek Jendrzej Date: 2017-09-19 (Tue, 19 Sep 2017) --- 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);