[Webfunds-commits] java/webfunds/client SimpleDepositFrame.java

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 30 Nov 2000 12:39:52 -0400 (AST)


gelderen    00/11/30 12:39:52

  Modified:    webfunds/client SimpleDepositFrame.java
  Log:
  Remove commented out code.

Revision  Changes    Path
1.15      +4 -14     java/webfunds/client/SimpleDepositFrame.java

Index: SimpleDepositFrame.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/SimpleDepositFrame.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- SimpleDepositFrame.java	2000/03/28 19:13:20	1.14
+++ SimpleDepositFrame.java	2000/11/30 16:39:51	1.15
@@ -1,5 +1,5 @@
 /*
- * $Id: SimpleDepositFrame.java,v 1.14 2000/03/28 19:13:20 iang Exp $
+ * $Id: SimpleDepositFrame.java,v 1.15 2000/11/30 16:39:51 gelderen Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -14,6 +14,7 @@
 import webfunds.client.plugins.Plugin;
 import webfunds.client.plugins.ModeNotSupportedException;
 
+
 public class SimpleDepositFrame
     extends Plugin implements ActionListener
 {
@@ -72,19 +73,8 @@
             e.printStackTrace();
         }
     }
-    
-//    public void init(WalletInterface wi, AccountInfo info, ItemId contract)
-//        throws ModeNotSupportedException
-//    {
-//        throw new ModeNotSupportedException("No empty mode on plugin: " + name);
-//    }
-  
-//    public void init()
-//        throws ModeNotSupportedException
-//    {
-//        throw new ModeNotSupportedException("No empty mode on plugin: " + name);
-//    }
-          
+
+
     public void run()
     {
         if(frame != null)