aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-04-25 13:59:50 +0200
committerSebastian Geerken <devnull@localhost>2014-04-25 13:59:50 +0200
commit24eb54b311d80d45d3ce3e9f4d88963939c4a9ab (patch)
tree03b539df8ef28c07db4e5194d4893162eeb35de0
parent43b78ad234b17c28a9d6854d6198868e77ecce70 (diff)
Removed TODO comment.
-rw-r--r--dw/textblock_linebreaking.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/textblock_linebreaking.cc b/dw/textblock_linebreaking.cc
index 03694c1b..183c7e95 100644
--- a/dw/textblock_linebreaking.cc
+++ b/dw/textblock_linebreaking.cc
@@ -688,8 +688,6 @@ bool Textblock::wrapWordInFlow (int wordIndex, bool wrapAll)
if ((thereWillBeMoreSpace || possibleLineBreak)
&& word->badnessAndPenalty.lineTooTight ()) {
- // TODO Should hyphenation be considered here? (Here,
- // because it is to late in searchBreakPos?)
newLine = true;
searchUntil = wordIndex - 1;
DBG_OBJ_MSG ("construct.word", 1,