diff options
author | Glen Mazza <gmazza@apache.org> | 2004-11-11 06:38:11 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-11-11 06:38:11 +0000 |
commit | 1f57da7790322a237219a6d429ed9467b29170e7 (patch) | |
tree | f38c679d8f73222da2ccda670a21d7c0588ad32e /src | |
parent | 00e3aa096df897adadd61d04837c4cd4cf1fb445 (diff) | |
download | xmlgraphics-fop-1f57da7790322a237219a6d429ed9467b29170e7.tar.gz xmlgraphics-fop-1f57da7790322a237219a6d429ed9467b29170e7.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/InlineStackingLayoutManager.java | 6 | ||||
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/list/Item.java | 6 |
2 files changed, 0 insertions, 12 deletions
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 @@ -67,12 +67,6 @@ public class Item extends BlockStackingLayoutManager { } /** - * @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 * and inside the blocks. |