summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
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)