diff options
Diffstat (limited to 'dw/textblock_iterator.cc')
-rw-r--r-- | dw/textblock_iterator.cc | 1 |
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; |