From 6826b60436ca5944e7b39e4bb87abb6aac101b27 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 15 Nov 2000 22:31:41 +0000 Subject: [PATCH] removed propertyList - no longer required git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193815 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/Property.java | 3 --- 1 file changed, 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; -- 2.39.5