diff options
author | schmirl <schmirl> | 2008-04-07 14:27:27 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2008-04-07 14:27:27 +0000 |
commit | f51d6eb2dfb128a29db34b05d9b92a9633dd5b29 (patch) | |
tree | 328eeeb9761d13aede43a94598af3ffaedc9e202 /client/remote.h | |
parent | 71cc16a1eb1774f9f20f8eed03b17af3e8691edc (diff) | |
download | vdr-plugin-streamdev-f51d6eb2dfb128a29db34b05d9b92a9633dd5b29.tar.gz vdr-plugin-streamdev-f51d6eb2dfb128a29db34b05d9b92a9633dd5b29.tar.bz2 |
- removed legacy code for pre VDR 1.4
- dropped patches for pre VDR 1.4
Diffstat (limited to 'client/remote.h')
-rw-r--r-- | client/remote.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/client/remote.h b/client/remote.h index 36a1b09..82b2dee 100644 --- a/client/remote.h +++ b/client/remote.h @@ -1,5 +1,5 @@ /* - * $Id: remote.h,v 1.2 2005/02/08 17:22:35 lordjaxom Exp $ + * $Id: remote.h,v 1.3 2008/04/07 14:27:28 schmirl Exp $ */ #ifndef VDR_STREAMDEV_REMOTE_H @@ -8,11 +8,7 @@ #include <vdr/config.h> #include <string> -#if VDRVERSNUM < 10300 -class cEventInfo; -#else class cEvent; -#endif class cChannel; class cRemoteRecording: public cListObject { @@ -76,11 +72,7 @@ private: public: cRemoteTimer(const char *Text); -#if VDRVERSNUM < 10300 - cRemoteTimer(const cEventInfo *EventInfo); -#else cRemoteTimer(const cEvent *Event); -#endif cRemoteTimer(void); ~cRemoteTimer(); |