summaryrefslogtreecommitdiff
path: root/dw/ooffloatsmgr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ooffloatsmgr.cc')
-rw-r--r--dw/ooffloatsmgr.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc
index 478ad5e2..c1c44967 100644
--- a/dw/ooffloatsmgr.cc
+++ b/dw/ooffloatsmgr.cc
@@ -412,18 +412,6 @@ void OOFFloatsMgr::sizeAllocateEnd (OOFAwareWidget *caller)
sizeAllocateFloats (LEFT);
sizeAllocateFloats (RIGHT);
- // Store some information for later use.
- // TODO still used with SRDOP?
- for (lout::container::typed::Iterator<TypedPointer <OOFAwareWidget> >
- it = tbInfosByOOFAwareWidget->iterator ();
- it.hasNext (); ) {
- TypedPointer <OOFAwareWidget> *key = it.getNext ();
- TBInfo *tbInfo = tbInfosByOOFAwareWidget->get (key);
- OOFAwareWidget *tb = key->getTypedValue();
-
- tbInfo->lineBreakWidth = tb->getGeneratorWidth ();
- }
-
// There are cases where some allocated floats exceed the CB size.
// TODO Still needed after SRDOP?
bool sizeChanged = doFloatsExceedCB (LEFT) || doFloatsExceedCB (RIGHT);