summaryrefslogtreecommitdiff
path: root/recording.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 /recording.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 'recording.h')
-rw-r--r--recording.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/recording.h b/recording.h
index 5f94ee23..5d7c2847 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 2.30 2012/03/13 12:41:05 kls Exp $
+ * $Id: recording.h 2.31 2012/06/02 13:22:53 kls Exp $
*/
#ifndef __RECORDING_H
@@ -22,8 +22,6 @@
#define TIMERMACRO_TITLE "TITLE"
#define TIMERMACRO_EPISODE "EPISODE"
-//#define __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS // Code enclosed with this macro is deprecated and may be removed in a future version
-
extern bool VfatFileSystem;
extern int InstanceId;
@@ -100,9 +98,6 @@ private:
static char *StripEpisodeName(char *s);
char *SortName(void) const;
int GetResume(void) const;
-#ifdef __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS
-public:
-#endif
time_t start;
int priority;
int lifetime;
@@ -208,9 +203,6 @@ class cMark : public cListObject {
friend class cMarks; // for sorting
private:
double framesPerSecond;
-#ifdef __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS
-public:
-#endif
int position;
cString comment;
public: