aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/expr
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2006-12-20 08:34:28 +0000
committerSimon Pepping <spepping@apache.org>2006-12-20 08:34:28 +0000
commit057128e23fa539021ed00d801619d98b7850e7f7 (patch)
tree4263ed3dbb20dd7fc331bf1d94404c7175f02ff3 /src/java/org/apache/fop/fo/expr
parent471c26061f650f931ab4ce5ae316f013f33d2d71 (diff)
downloadxmlgraphics-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-xsrc/java/org/apache/fop/fo/expr/RelativeNumericProperty.java1
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);