2003/09/10 07:54:25
[org.ibex.core.git] / src / org / xwt / Main.java
index c61bcf1..92d0b77 100644 (file)
@@ -31,14 +31,8 @@ public class Main {
     /** don't check if all surfaces are gone (and quit) until this is true */
     public static boolean doneInitializing = false;
 
-    public static void main(String[] args) throws Exception {
-       org.xwt.imp.MIPSInterpreter interpreter = new org.xwt.imp.MIPSInterpreter();
-       System.out.println("exit code: " +
-                          interpreter.run(new String[] { "build/mips/freetype.mips", "padua.ttf" }));
-    }
-
     /** common entry point */
-    public static void main_(String[] args) {
+    public static void main(String[] args) {
         try {
             int startargs = 0;
             while (true) {