From: Glen Mazza Date: Wed, 17 Mar 2004 03:54:53 +0000 (+0000) Subject: Unneeded line of code removed. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~803 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0cf86a8f35a2f99dba29562dfa8e0f4a3b8cfdfa;p=xmlgraphics-fop.git Unneeded line of code removed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197458 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java b/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java index a34f912de..5670b4246 100644 --- a/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java +++ b/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java @@ -189,7 +189,6 @@ public class AddLMVisitor implements FOTreeVisitor { if (node.getChildren() != null) { InlineStackingLayoutManager lm; lm = new InlineStackingLayoutManager(); - Document doc = (Document)node.getFOTreeControl(); lm.setUserAgent(node.getUserAgent()); lm.setFObj(node); lm.setLMiter(new LMiter(lm, node.getChildren()));