diff options
Diffstat (limited to 'searchtimer.h')
-rw-r--r-- | searchtimer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/searchtimer.h b/searchtimer.h index b47dc97..65a04c9 100644 --- a/searchtimer.h +++ b/searchtimer.h @@ -12,13 +12,8 @@ protected: int startTime;
int stopTime;
int useChannel;
-#if VDRVERSNUM >= 20301
const cChannel *channelMin;
const cChannel *channelMax;
-#else
- cChannel *channelMin;
- cChannel *channelMax;
-#endif
std::string channelGroup;
int useCase;
int mode;
|