[interchange-cvs] interchange - racke modified lib/Vend/Config.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon May 5 17:07:00 2003


User:      racke
Date:      2003-05-05 21:06:47 GMT
Modified:  lib/Vend Config.pm
Log:
removed ClearCache because it is referred nowhere,
not even in Interchange 4.8

Revision  Changes    Path
2.113     +2 -3      interchange/lib/Vend/Config.pm


rev 2.113, prev_rev 2.112
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.112
retrieving revision 2.113
diff -u -r2.112 -r2.113
--- Config.pm	5 May 2003 20:21:49 -0000	2.112
+++ Config.pm	5 May 2003 21:06:46 -0000	2.113
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.112 2003/05/05 20:21:49 racke Exp $
+# $Id: Config.pm,v 2.113 2003/05/05 21:06:46 racke Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 # Copyright (C) 2003 ICDEVGROUP <interchange@icdevgroup.org>
@@ -48,7 +48,7 @@
 use Vend::File;
 use Vend::Data;
 
-$VERSION = substr(q$Revision: 2.112 $, 10);
+$VERSION = substr(q$Revision: 2.113 $, 10);
 
 my %CDname;
 my %CPname;
@@ -499,7 +499,6 @@
 	['CyberCash',	 	 'warn',     	     ''],
 	['CreditCardAuto',	 'yesno',     	     'No'],
 	['NoCache',	     	 'warn',    	     ''],
-	['ClearCache',	     'yesno',     	     'No'],
 	['FormIgnore',	     'boolean',    	     ''],
 	['EncryptProgram',	 undef,     	     $Global::EncryptProgram || ''],
 	['EncryptKey',		 undef,     	     ''],