2003/09/27 06:42:26
[org.ibex.core.git] / src / org / xwt / plat / PalmOS.java
index 1f40ab3..208c2b8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.plat;
 import org.xwt.*;
 
@@ -6,7 +6,7 @@ import org.xwt.*;
 public class PalmOS extends Platform {
 
     public static int PilotMain(int cmd, int cmdBPB, int launchFlags) {
-        Main.main(new String[] { });
+        //Main.main(new String[] { });
         return 0;
     }