]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Two unneeded implementations of initProperties() removed. (May not be able
authorGlen Mazza <gmazza@apache.org>
Thu, 11 Nov 2004 06:38:11 +0000 (06:38 +0000)
committerGlen Mazza <gmazza@apache.org>
Thu, 11 Nov 2004 06:38:11 +0000 (06:38 +0000)
to remove all due to processing logic requirements, but these two at
least weren't needed.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198137 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/Item.java

index fb2b6f1b0b4144cb98d6d987d70423f49a9f61d7..e45e6be5553392cafe337204ed0f8f624843cd34 100644 (file)
@@ -88,12 +88,6 @@ public class InlineStackingLayoutManager extends AbstractLayoutManager {
      */
     public InlineStackingLayoutManager(FObj node) {
         super(node);
-    }
-
-    /**
-     * @see org.apache.fop.layoutmgr.AbstractLayoutManager#initProperties()
-     */
-    protected void initProperties() {
         extraBPD = new MinOptMax(0);
     }
 
index 2650e67a93450ec05586aa5ead7cb89d618caf9d..0ca9e329e7cb5378ee4b8ace6778ac95bbcabddc 100644 (file)
@@ -66,12 +66,6 @@ public class Item extends BlockStackingLayoutManager {
         fobj = node;
     }
 
-    /**
-     * @see org.apache.fop.layoutmgr.AbstractLayoutManager#initProperties()
-     */
-    protected void initProperties() {
-    }
-
     /**
      * Get the next break possibility for this cell.
      * A cell contains blocks so there are breaks around the blocks