2003/09/10 07:54:25
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:15:28 +0000 (07:15 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:15:28 +0000 (07:15 +0000)
darcs-hash:20040130071528-2ba56-97a58a0b218facbc0a19ccbd9b778f8fd7bcd72a.gz

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) {