aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_iterator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/textblock_iterator.cc')
-rw-r--r--dw/textblock_iterator.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/textblock_iterator.cc b/dw/textblock_iterator.cc
index 8944b8db..4831bff5 100644
--- a/dw/textblock_iterator.cc
+++ b/dw/textblock_iterator.cc
@@ -133,7 +133,6 @@ bool Textblock::TextblockIterator::next ()
if (oofm) {
content.type = core::Content::WIDGET_OOF_CONT;
- content.type = false;
content.widget = textblock->outOfFlowMgr->getWidget (index);
} else
content = textblock->words->getRef(index)->content;