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 /recstatus.h | |
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 'recstatus.h')
-rw-r--r-- | recstatus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recstatus.h b/recstatus.h index 0d08b6c..c0104f9 100644 --- a/recstatus.h +++ b/recstatus.h @@ -38,9 +38,7 @@ public: class cRecStatusMonitor : public cStatus { -#if VDRVERSNUM > 20300 public: -#endif cList<cRecDoneTimerObj> TimersRecording; protected: virtual void Recording(const cDevice *Device, const char *Name, const char*, bool On); |