summaryrefslogtreecommitdiff
path: root/receiver.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-11 15:30:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-11 15:30:19 +0100
commitd43ab41c025b7b3cb8520aac522729500b97c1ac (patch)
tree26900782f8cd5656f1e10db32c68c8be924dcb29 /receiver.h
parent2050f7ac7b720727c8f4e5026789e1f007abfa0b (diff)
downloadvdr-d43ab41c025b7b3cb8520aac522729500b97c1ac.tar.gz
vdr-d43ab41c025b7b3cb8520aac522729500b97c1ac.tar.bz2
Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS (recording.h) and LEGACY_CRECEIVER (receiver.h)
Diffstat (limited to 'receiver.h')
-rw-r--r--receiver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/receiver.h b/receiver.h
index ec9d8021..efa7be87 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.5 2012/03/01 09:50:24 kls Exp $
+ * $Id: receiver.h 2.6 2012/03/11 15:25:40 kls Exp $
*/
#ifndef __RECEIVER_H
@@ -14,7 +14,7 @@
#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
+//#define LEGACY_CRECEIVER // Code enclosed with this macro is deprecated and may be removed in a future version
class cReceiver {
friend class cDevice;