summaryrefslogtreecommitdiff
path: root/searchtimer.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-06 12:14:19 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-06 13:44:55 +0200
commitad1f0ba0d62d8a07a069d4403fcd4cdd90f9a1d7 (patch)
tree2442b5727c75cb70a4fe28746617df5a81c4e978 /searchtimer.h
parent69711400fa184bb254808286ffde10b8e97e7c82 (diff)
downloadvdr-plugin-tvguide-ad1f0ba0d62d8a07a069d4403fcd4cdd90f9a1d7.tar.gz
vdr-plugin-tvguide-ad1f0ba0d62d8a07a069d4403fcd4cdd90f9a1d7.tar.bz2
Fixed a compiler error for VDR < 2.3.0 and Cosmetic changes
Diffstat (limited to 'searchtimer.h')
-rw-r--r--searchtimer.h5
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;