From ad1f0ba0d62d8a07a069d4403fcd4cdd90f9a1d7 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 6 Jul 2019 12:14:19 +0200 Subject: Fixed a compiler error for VDR < 2.3.0 and Cosmetic changes --- searchtimer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'searchtimer.h') 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; -- cgit v1.2.3