From eec6b1d818a4a568ca6def00565beed8c301ecab Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Jun 2012 13:22:53 +0200 Subject: Finally removed the code marked with __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS and LEGACY_CRECEIVER --- receiver.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'receiver.h') diff --git a/receiver.h b/receiver.h index 531524aa..eb2f32a7 100644 --- a/receiver.h +++ b/receiver.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: receiver.h 2.7 2012/03/31 10:18:29 kls Exp $ + * $Id: receiver.h 2.8 2012/06/02 13:20:44 kls Exp $ */ #ifndef __RECEIVER_H @@ -14,8 +14,6 @@ #define MAXRECEIVEPIDS 64 // the maximum number of PIDs per receiver -//#define LEGACY_CRECEIVER // Code enclosed with this macro is deprecated and may be removed in a future version - class cReceiver { friend class cDevice; private: @@ -40,9 +38,6 @@ protected: ///< will be delivered only ONCE, so the cReceiver must make sure that ///< it will be able to buffer the data if necessary. public: -#ifdef LEGACY_CRECEIVER - cReceiver(tChannelID ChannelID, int Priority, int Pid, const int *Pids1 = NULL, const int *Pids2 = NULL, const int *Pids3 = NULL); -#endif cReceiver(const cChannel *Channel = NULL, int Priority = MINPRIORITY); ///< Creates a new receiver for the given Channel with the given Priority. ///< If Channel is not NULL, its pids are set by a call to SetPids(). -- cgit v1.2.3