diff options
author | corvid <corvid@lavabit.com> | 2011-10-09 18:14:48 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-10-09 18:14:48 +0000 |
commit | 806727517e2294cedc75b94eea4eb1014812fd4b (patch) | |
tree | 7134bab0291c62fd1275c662e91e624719b0ee7e | |
parent | 9be6f9b8ece5ae1e6e809de7ab8188365a111a49 (diff) |
rm comment
-rw-r--r-- | dw/textblock.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index b3e93de9..b399c992 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -215,10 +215,6 @@ void Textblock::getExtremesImpl (core::Extremes *extremes) } else if (wrapRef == -1) { /* no rewrap necessary -> values in lines are up to date */ line = lines->getRef (lines->size () - 1); - /* Historical note: The former distinction between lines with and without - * words[first_word]->nowrap set is no longer necessary, since - * wordWrap() sets max_word_min to the correct value in any - * case. */ extremes->minWidth = line->maxParMin; extremes->maxWidth = misc::max (line->maxParMax, lastLineParMax); //DBG_MSG (widget, "extremes", 0, "simple case"); |