diff options
Diffstat (limited to 'conflictcheck_thread.c')
-rw-r--r-- | conflictcheck_thread.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conflictcheck_thread.c b/conflictcheck_thread.c index 91a14a4..4e2e3fe 100644 --- a/conflictcheck_thread.c +++ b/conflictcheck_thread.c @@ -102,17 +102,9 @@ void cConflictCheckThread::Action(void) if (now >= nextUpdate || m_forceUpdate) { m_forceUpdate = false; -#if VDRVERSNUM > 20300 { LOCK_TIMERS_WRITE; } -#else - if (Timers.BeingEdited()) - { - Wait.Wait(1000); - continue; - } -#endif LogFile.iSysLog("timer conflict check started"); cConflictCheck conflictCheck; |