You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ac...@apache.org on 2008/07/22 14:14:38 UTC

svn commit: r678730 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/area/BlockParent.java

Author: acumiskey
Date: Tue Jul 22 05:14:37 2008
New Revision: 678730

URL: http://svn.apache.org/viewvc?rev=678730&view=rev
Log:
Lets free a little memory in every BlockParent :)..  Commented out the unused private member variable 'orientation'.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/area/BlockParent.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/area/BlockParent.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/area/BlockParent.java?rev=678730&r1=678729&r2=678730&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/area/BlockParent.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/area/BlockParent.java Tue Jul 22 05:14:37 2008
@@ -51,7 +51,7 @@
     protected List children = null;
 
     // orientation if reference area
-    private int orientation = ORIENT_0;
+//    private int orientation = ORIENT_0;
 
     /** {@inheritDoc} */
     public void addChildArea(Area childArea) {



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org