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 /status_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 'status_thread.c')
-rw-r--r-- | status_thread.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <vdr/tools.h> #include <vdr/plugin.h> -#if VDRVERSNUM > 20300 - #define ALLOWED_BREAK_INSECS 2 extern int updateForced; @@ -250,4 +248,3 @@ void cStatusThread::Action(void) } m_Active = false; } -#endif |