summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-10 15:07:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-10 15:07:15 +0200
commit380b28cec803b6ba6d4bc9e999ea83e3d18859a7 (patch)
treeca47f3dc0859ed56a90edafeb6f9e65ecb3b6fed /config.h
parent5e9738d37de9760f4d4eb910ccb70093b8cc5825 (diff)
downloadvdr-380b28cec803b6ba6d4bc9e999ea83e3d18859a7.tar.gz
vdr-380b28cec803b6ba6d4bc9e999ea83e3d18859a7.tar.bz2
Removed 'preferred' field to not break channels.conf format in 0.63 release0.6.3
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 862e116f..30dd9bac 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.18 2000/09/10 14:32:05 kls Exp $
+ * $Id: config.h 1.19 2000/09/10 15:05:08 kls Exp $
*/
#ifndef __CONFIG_H
@@ -75,7 +75,6 @@ public:
int apid;
int ca;
int pnr;
- int preferred; //TODO implement "preferred channel" mechanism
int number; // Sequence number assigned on load
bool groupSep;
cChannel(void);