]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed foTree field.
authorPeter Bernard West <pbwest@apache.org>
Tue, 5 Nov 2002 14:23:29 +0000 (14:23 +0000)
committerPeter Bernard West <pbwest@apache.org>
Tue, 5 Nov 2002 14:23:29 +0000 (14:23 +0000)
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

index eedece3d7ee9d2e53e96ba76d39ede90ea8ccf5a..1f7fc1e05b4f2c68893a264e479c948ea3cb5d3e 100644 (file)
@@ -78,8 +78,6 @@ public class FOAttributes {
     private static Integer[] integerArray
                                     = new Integer[] { Ints.consts.get(0) };
 
-    private FONode foNode;
-
     /**
      * Construct an <i>FOAttributes</i> object.
      * <p>The <tt>Attributes</tt> 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