2003/06/18 06:02:39
[org.ibex.core.git] / src / org / xwt / SpecialBoxProperty.java
index 16bba2e..cd86e3e 100644 (file)
@@ -64,10 +64,6 @@ class SpecialBoxProperty {
     static final int white = 0xFFFFFFFF;
 
     static {
-        init();
-    }
-
-    private static void init() {
         specialBoxProperties.put("color", new SpecialBoxProperty() {
                 public Object get(Box b) {
                     if ((b.color & 0xFF000000) == 0) return null;