2004/01/19 21:24:07
[org.ibex.core.git] / src / org / xwt / plat / Linux.java
index 4181d23..d7c8be8 100644 (file)
@@ -5,8 +5,6 @@ import org.xwt.*;
 
 /** Linux with an X11 display */
 public class Linux extends X11 {
-    public static void main(String[] s) throws Exception { Main.main(s); }
-
     private native void fixEnvironment();
 
     public Linux() {