2004/01/19 21:24:07
[org.ibex.core.git] / src / org / xwt / plat / Win32.java
index e4c3ff2..cd8a843 100644 (file)
@@ -9,8 +9,6 @@ import java.io.*;
 
 /** Platform specific code for GCJ-compiled Win32 binaries */
 public class Win32 extends GCJ {
-    public static void main(String[] s) { Main.main(s); }
-
     // Initialization ////////////////////////////////////////////////////////////////////////////
 
     // Win32 often asks for a DC/Handle when it doesn't really need one