diff options
author | Keiron Liddle <keiron@apache.org> | 2000-11-15 22:31:41 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2000-11-15 22:31:41 +0000 |
commit | 6826b60436ca5944e7b39e4bb87abb6aac101b27 (patch) | |
tree | 4edddaf246d98e158ebd4811589a6bcd1b2f347f | |
parent | 0d985e4205b2edeaa2a0c49988e362e08f504b9d (diff) | |
download | xmlgraphics-fop-6826b60436ca5944e7b39e4bb87abb6aac101b27.tar.gz xmlgraphics-fop-6826b60436ca5944e7b39e4bb87abb6aac101b27.zip |
removed propertyList - no longer required
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193815 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/org/apache/fop/fo/Property.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/org/apache/fop/fo/Property.java b/src/org/apache/fop/fo/Property.java index 7cb55135d..fc8855279 100644 --- a/src/org/apache/fop/fo/Property.java +++ b/src/org/apache/fop/fo/Property.java @@ -311,9 +311,6 @@ public class Property { } // end of nested Maker class - // put back for SVG for now: note XSL properties don't set it!!! - protected PropertyList propertyList; - /** The original specified value for properties which inherit * specified values. */ private String specVal; |