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 /timerstatus.h | |
parent | fe90cb24a28f7bebecc5a28e2b30ce3622a6ad11 (diff) | |
download | vdr-plugin-epgsearch-b15148e6d8ca550fab57e21e0dac4ea766b12ecd.tar.gz vdr-plugin-epgsearch-b15148e6d8ca550fab57e21e0dac4ea766b12ecd.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; |