diff options
author | Simon Pepping <spepping@apache.org> | 2006-12-20 08:34:28 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2006-12-20 08:34:28 +0000 |
commit | 057128e23fa539021ed00d801619d98b7850e7f7 (patch) | |
tree | 4263ed3dbb20dd7fc331bf1d94404c7175f02ff3 /src/java/org/apache/fop/fo/expr | |
parent | 471c26061f650f931ab4ce5ae316f013f33d2d71 (diff) | |
download | xmlgraphics-fop-057128e23fa539021ed00d801619d98b7850e7f7.tar.gz xmlgraphics-fop-057128e23fa539021ed00d801619d98b7850e7f7.zip |
Comment out unused properties. Patch by Richard Wheeldon
<richardw@geoquip-rnd.demon.co.uk>. ASF Bugzilla Bug 41044,
attachment 19177.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@488960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/expr')
-rwxr-xr-x | src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java b/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java index 5c52ebe17..b42cb11a7 100755 --- a/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java +++ b/src/java/org/apache/fop/fo/expr/RelativeNumericProperty.java @@ -102,7 +102,6 @@ public class RelativeNumericProperty extends Property implements Numeric, Length * @throws PropertyException when an exception occur during evaluation. */ private Numeric getResolved(PercentBaseContext context) throws PropertyException { - Numeric n; switch (operation) { case ADDITION: return NumericOp.addition2(op1, op2, context); |