summaryrefslogtreecommitdiff
path: root/receiver.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-02 13:22:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-02 13:22:53 +0200
commiteec6b1d818a4a568ca6def00565beed8c301ecab (patch)
tree286d5b390a9be0ff4b5c74a31c265edc55590ba1 /receiver.h
parent68d5e7b548635fa8506cc8d4029abf326058e6b0 (diff)
downloadvdr-eec6b1d818a4a568ca6def00565beed8c301ecab.tar.gz
vdr-eec6b1d818a4a568ca6def00565beed8c301ecab.tar.bz2
Finally removed the code marked with __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS and LEGACY_CRECEIVER
Diffstat (limited to 'receiver.h')
-rw-r--r--receiver.h7
1 files changed, 1 insertions, 6 deletions
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().