From: Peter Bernard West Date: Tue, 5 Nov 2002 14:23:29 +0000 (+0000) Subject: Removed foTree field. X-Git-Tag: Alt-Design_pre_src-java-org~180 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c01740731429c5dc5e1a6fb19da4995bc6c0d38a;p=xmlgraphics-fop.git Removed foTree field. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195425 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/fo/FOAttributes.java b/src/org/apache/fop/fo/FOAttributes.java index eedece3d7..1f7fc1e05 100644 --- a/src/org/apache/fop/fo/FOAttributes.java +++ b/src/org/apache/fop/fo/FOAttributes.java @@ -78,8 +78,6 @@ public class FOAttributes { private static Integer[] integerArray = new Integer[] { Ints.consts.get(0) }; - private FONode foNode; - /** * Construct an FOAttributes object. *

The Attributes object on the event is scanned, and each @@ -104,8 +102,6 @@ public class FOAttributes { // includes an empty foAttrMap HashMap. if (event == null) return; - this.foNode = foNode; - // Create the foAttrMap. Attributes attributes = event.getAttributes(); if (attributes == null) throw new FOPException