From c01740731429c5dc5e1a6fb19da4995bc6c0d38a Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Tue, 5 Nov 2002 14:23:29 +0000 Subject: [PATCH] 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 --- src/org/apache/fop/fo/FOAttributes.java | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5