diff options
-rw-r--r-- | dw/textblock_linebreaking.cc | 2 |
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, |