diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 10:56:11 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:52:46 +0200 |
commit | b15148e6d8ca550fab57e21e0dac4ea766b12ecd (patch) | |
tree | f6542349eb7ea8605ddc1ef27a2a68bbb07a3db6 | |
parent | fe90cb24a28f7bebecc5a28e2b30ce3622a6ad11 (diff) | |
download | vdr-plugin-epgsearch-b15148e6d8ca550fab57e21e0dac4ea766b12ecd.tar.gz vdr-plugin-epgsearch-b15148e6d8ca550fab57e21e0dac4ea766b12ecd.tar.bz2 |
Drop legacy code prior VDR 1.6.0
-rw-r--r-- | timerstatus.c | 3 | ||||
-rw-r--r-- | timerstatus.h | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/timerstatus.c b/timerstatus.c index 005e822..9c5e1fb 100644 --- a/timerstatus.c +++ b/timerstatus.c @@ -42,9 +42,6 @@ void cTimerStatusMonitor::SetConflictCheckAdvised(bool ConflictCheckAdvised) { if (!ConflictCheckAdvised) conflictCheckAdvised = false; -#if APIVERSNUM < 10515 - conflictCheckAdvised = ConflictCheckAdvised; -#endif } bool cTimerStatusMonitor::ConflictCheckAdvised() 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; |