diff options
Diffstat (limited to 'recmanager.h')
-rw-r--r-- | recmanager.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recmanager.h b/recmanager.h index 4fa3a46..1587db0 100644 --- a/recmanager.h +++ b/recmanager.h @@ -37,11 +37,7 @@ public: cTimer *createLocalTimer(const cEvent *event, std::string path); cTimer *createRemoteTimer(const cEvent *event, std::string path); void SetTimerPath(cTimer *timer, const cEvent *event, std::string path); -#if VDRVERSNUM >= 20301 - void DeleteTimer(const cTimer *timer); -#else void DeleteTimer(cTimer *timer); -#endif void DeleteTimer(int timerID); void DeleteTimer(const cEvent *event); void DeleteLocalTimer(const cEvent *event); @@ -76,4 +72,4 @@ public: virtual ~cRecManager (void); }; -#endif //__TVGUIDE_RECMMANAGER_H
\ No newline at end of file +#endif //__TVGUIDE_RECMMANAGER_H |