fix start clock supplement to 0f9284bf91

Origin commit data
------------------
Commit: b1f820aa44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
This commit is contained in:
Jacek Jendrzej
2017-09-19 12:40:02 +02:00
parent 48cf627494
commit 462626f9eb

View File

@@ -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<void*>(this);