removed min/max width/height helper methods
[org.ibex.core.git] / src / org / ibex / core / Box.java
index 78b417b..089797f 100644 (file)
@@ -109,10 +109,6 @@ public final class Box extends JS.Obj implements Callable {
     public int maxwidth = Integer.MAX_VALUE;
     public int minheight = 0;
     public int maxheight = Integer.MAX_VALUE;
-    public int minwidth() { return minwidth; }
-    public int minheight() { return minheight; }
-    public int maxwidth() { return maxwidth; }
-    public int maxheight() { return maxheight; }
     private short rows = 1;
     private short cols = 0;
     private short rowspan = 1;