From 37e6e2575609494ff0ef1714eee0c7cdf99e18e7 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:15:28 +0000 Subject: [PATCH] 2003/09/10 07:54:25 darcs-hash:20040130071528-2ba56-97a58a0b218facbc0a19ccbd9b778f8fd7bcd72a.gz --- src/org/xwt/Main.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/org/xwt/Main.java b/src/org/xwt/Main.java index c61bcf1..92d0b77 100644 --- a/src/org/xwt/Main.java +++ b/src/org/xwt/Main.java @@ -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) { -- 1.7.10.4