diff options
Diffstat (limited to 'src/org/apache/fop/fo/LengthRangeProperty.java')
-rw-r--r-- | src/org/apache/fop/fo/LengthRangeProperty.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/org/apache/fop/fo/LengthRangeProperty.java b/src/org/apache/fop/fo/LengthRangeProperty.java index b5aa7af04..20968d77f 100644 --- a/src/org/apache/fop/fo/LengthRangeProperty.java +++ b/src/org/apache/fop/fo/LengthRangeProperty.java @@ -70,8 +70,6 @@ public class LengthRangeProperty extends Property { public LengthRange getLengthRange() { return this.lengthRange; } - /* Question, should we allow this? */ - public Length getLength() { return this.lengthRange.getOptimum(); } public Object getObject() { return this.lengthRange ; } } |