X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fcore%2FBox.java;fp=src%2Forg%2Fibex%2Fcore%2FBox.java;h=089797fa7a23deb34f9579c2603cf2b820367656;hp=78b417b8e3999cf20482bf51efa77ca20ef46adf;hb=cab49a265d0483f7162711a12193a966c2dd3521;hpb=393ca55d97a06f51cdfeb6f29ef960f906621286 diff --git a/src/org/ibex/core/Box.java b/src/org/ibex/core/Box.java index 78b417b..089797f 100644 --- a/src/org/ibex/core/Box.java +++ b/src/org/ibex/core/Box.java @@ -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;