]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Unneeded line of code removed.
authorGlen Mazza <gmazza@apache.org>
Wed, 17 Mar 2004 03:54:53 +0000 (03:54 +0000)
committerGlen Mazza <gmazza@apache.org>
Wed, 17 Mar 2004 03:54:53 +0000 (03:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197458 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/AddLMVisitor.java

index a34f912de3c2dd56e884815f53cae31ab6940cd8..5670b4246ca357d15c75dee473903e4b1ad0c4cf 100644 (file)
@@ -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()));