diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 15:57:26 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 15:57:26 +0200 |
commit | 8905334e795a299f332395b92faaa5560b2d4c7f (patch) | |
tree | 547ddad686a9cd3c6a5b77d8dd47448319fe3b63 /conflictcheck_thread.c | |
parent | 708819a7b5653f2d66c7fb17baba2c7a081a47a7 (diff) | |
download | vdr-plugin-epgsearch-8905334e795a299f332395b92faaa5560b2d4c7f.tar.gz vdr-plugin-epgsearch-8905334e795a299f332395b92faaa5560b2d4c7f.tar.bz2 |
Drop legacy code prior VDR 2.3.x
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; |