From b1f820aa441005aec791cd598e49e8a7b8ae971b 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 d30bd0ea268eb0effa680c20afb392d6576f9420 --- 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);