diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 10:56:11 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 10:56:11 +0200 |
commit | 2697e779f4034db48f342835cd40269693a2aacd (patch) | |
tree | 3724dd52962aab79689c4cf1171b28653d321a5d /timerstatus.h | |
parent | 33a9fb5b1ae4ea7e962077aa37ec9034851c64ca (diff) | |
download | vdr-plugin-epgsearch-2697e779f4034db48f342835cd40269693a2aacd.tar.gz vdr-plugin-epgsearch-2697e779f4034db48f342835cd40269693a2aacd.tar.bz2 |
Drop legacy code prior VDR 1.6.0
Diffstat (limited to 'timerstatus.h')
-rw-r--r-- | timerstatus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/timerstatus.h b/timerstatus.h index d970a7f..5e25a4a 100644 --- a/timerstatus.h +++ b/timerstatus.h @@ -23,10 +23,6 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <vdr/status.h> -#if APIVERSNUM < 10515 -enum eTimerChange { tcMod, tcAdd, tcDel }; -#endif - class cTimerStatusMonitor : public cStatus { bool conflictCheckAdvised; |