From 39aecb631cbc0ef332c2cae0ff33137691e4463c Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Thu, 12 Jul 2007 16:18:33 +0000 Subject: [PATCH] TODO-comment also removed... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555681 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java index 6c94f3dec..6df041caa 100644 --- a/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java @@ -591,8 +591,6 @@ public class LineLayoutManager extends InlineStackingLayoutManager knuthParagraphs = new ArrayList(); // here starts Knuth's algorithm - //TODO availIPD should not really be used here, so we can later support custom line - //widths for for each line (side-floats, differing available IPD after page break) collectInlineKnuthElements(context); } else { // this method has been called before -- 2.39.5