summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-08 14:39:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-08 14:39:09 +0200
commit9d509c37e712974d653b8ccd2ceddfda7c9cccfe (patch)
tree7318c9b8e0634b003fffb8cba0a1e68c520129c0 /config.c
parentc7bb0bb73964eafed5e337dc18278fa118775671 (diff)
downloadvdr-9d509c37e712974d653b8ccd2ceddfda7c9cccfe.tar.gz
vdr-9d509c37e712974d653b8ccd2ceddfda7c9cccfe.tar.bz2
Switching through channel groups now starts at current channel's group
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.c b/config.c
index 07a291b6..e3957ac9 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.66 2001/09/08 11:41:12 kls Exp $
+ * $Id: config.c 1.67 2001/09/08 14:12:43 kls Exp $
*/
#include "config.h"
@@ -654,8 +654,6 @@ cCommands Commands;
// -- cChannels --------------------------------------------------------------
-int CurrentGroup = -1;
-
cChannels Channels;
bool cChannels::Load(const char *FileName)