[Webfunds-commits] java/webfunds/client/plugins PluginManager.java

Ian Grigg iang@cypherpunks.ai
Sun, 16 Jul 2000 15:38:11 -0400 (AST)


iang        00/07/16 15:38:11

  Modified:    webfunds/client/plugins PluginManager.java
  Log:
  unused code commented out

Revision  Changes    Path
1.14      +3 -3      java/webfunds/client/plugins/PluginManager.java

Index: PluginManager.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/plugins/PluginManager.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- PluginManager.java	2000/06/07 20:32:06	1.13
+++ PluginManager.java	2000/07/16 19:38:11	1.14
@@ -1,5 +1,5 @@
 /* 
- * $Id: PluginManager.java,v 1.13 2000/06/07 20:32:06 iang Exp $
+ * $Id: PluginManager.java,v 1.14 2000/07/16 19:38:11 iang Exp $
  *
  * Copyright (c) 1995-2000 Systemics Inc on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -35,7 +35,7 @@
 {
     private Vector     plugins;
     private Hashtable  walletPlugins;
-    private Vector     loaders;
+    //private Vector     loaders;   // what was this for?
 
     public String getType() { return "PluginManager"; }
 
@@ -240,7 +240,7 @@
             throw new PluginException(s) ;
         }
 
-        loaders.addElement(cl);          // not sure whether this is needed...
+        //loaders.addElement(cl);          // not sure whether this is needed...
 
         pug.debug(getDebug(), main + " ");