From 8905334e795a299f332395b92faaa5560b2d4c7f Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sun, 7 May 2017 15:57:26 +0200 Subject: Drop legacy code prior VDR 2.3.x --- status_thread.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'status_thread.c') diff --git a/status_thread.c b/status_thread.c index f9c7a3e..1092694 100644 --- a/status_thread.c +++ b/status_thread.c @@ -41,8 +41,6 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include #include -#if VDRVERSNUM > 20300 - #define ALLOWED_BREAK_INSECS 2 extern int updateForced; @@ -250,4 +248,3 @@ void cStatusThread::Action(void) } m_Active = false; } -#endif -- cgit v1.2.3