2002/07/02 00:19:01
[org.ibex.core.git] / src / org / xwt / plat / Java12.java
index 734b20e..c277efa 100644 (file)
@@ -207,10 +207,4 @@ public class Java12 extends AWT {
         }
     }
 
-    /** used to notify the user of very serious failures; usually used when logging is not working or unavailable */
-    protected void _criticalAbort(String message) {
-        if (Log.on) Log.log(this, message);
-        new Semaphore().block();
-    }
-
 }