From: Glen Mazza Date: Thu, 11 Nov 2004 06:38:11 +0000 (+0000) Subject: Two unneeded implementations of initProperties() removed. (May not be able X-Git-Tag: Root_Temp_KnuthStylePageBreaking~370 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f57da7790322a237219a6d429ed9467b29170e7;p=xmlgraphics-fop.git Two unneeded implementations of initProperties() removed. (May not be able 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 --- diff --git a/src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java b/src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java index fb2b6f1b0..e45e6be55 100644 --- a/src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java @@ -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); } diff --git a/src/java/org/apache/fop/layoutmgr/list/Item.java b/src/java/org/apache/fop/layoutmgr/list/Item.java index 2650e67a9..0ca9e329e 100644 --- a/src/java/org/apache/fop/layoutmgr/list/Item.java +++ b/src/java/org/apache/fop/layoutmgr/list/Item.java @@ -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