aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/ooffloatsmgr.cc1
-rw-r--r--dw/ooffloatsmgr.hh3
2 files changed, 0 insertions, 4 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc
index 2a67b2d3..9cdb6786 100644
--- a/dw/ooffloatsmgr.cc
+++ b/dw/ooffloatsmgr.cc
@@ -1697,7 +1697,6 @@ void OOFFloatsMgr::ensureFloatSize (Float *vloat)
DBG_OBJ_MSG ("resize.oofm", 1, "dirty: recalculation");
vloat->getWidget()->sizeRequest (&vloat->size);
- vloat->cbLineBreakWidth = container->getLineBreakWidth ();
vloat->dirty = false;
DBG_OBJ_SET_BOOL_O (vloat->getWidget (), "<Float>.dirty", vloat->dirty);
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh
index e8dc8ffe..b75b3b5c 100644
--- a/dw/ooffloatsmgr.hh
+++ b/dw/ooffloatsmgr.hh
@@ -82,9 +82,6 @@ private:
int yReq, yReal; // relative to generator, not container
int sideSpanningIndex, mark;
core::Requisition size;
- int cbLineBreakWidth; /* On which the calculation of relative sizes
- is based. Height not yet used, and probably
- not added before size redesign. */
bool dirty, sizeChangedSinceLastAllocation;
Float (OOFFloatsMgr *oofm, core::Widget *widget,