2002/07/02 00:19:01
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:44 +0000 (06:48 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:44 +0000 (06:48 +0000)
darcs-hash:20040130064844-2ba56-7915ea0be02b9bdd28f6251f72eb06049f2216f1.gz

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();
-    }
-
 }