Merge branch 'ni/tuxbox' into ni/mp/tuxbox

Origin commit data
------------------
Commit: 08231c17bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-19 (Tue, 19 Sep 2017)
This commit is contained in:
vanhofen
2017-09-19 21:31:46 +02:00
3 changed files with 10 additions and 10 deletions

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);