From 6272d013d2f0cc4166e162cd0dbd8110d53f3dc4 Mon Sep 17 00:00:00 2001 From: etobi Date: Sat, 9 Mar 2013 23:01:00 +0100 Subject: Dropped backwards compatibility for VDR 1.6.0 (Closes #944) --- txtrecv.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'txtrecv.h') diff --git a/txtrecv.h b/txtrecv.h index 3468b6e..2558bb5 100644 --- a/txtrecv.h +++ b/txtrecv.h @@ -176,11 +176,7 @@ private: bool storeTopText; Storage* storage; protected: - virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber -#if APIVERSNUM >= 10726 - , bool LiveView -#endif - ); + virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView); public: cTxtStatus(bool storeTopText, Storage* storage); ~cTxtStatus(); -- cgit v1.2.3