mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user