diff options
author | Sebastian Geerken <devnull@localhost> | 2015-09-21 21:52:15 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-09-21 21:52:15 +0200 |
commit | 91874444a5988be4cb0419fa0096ff716557f9b0 (patch) | |
tree | 9d8a80739c17ce44b5ae525a3439830386c13955 | |
parent | 1155f75321f3b175cffef5cdba07338259581580 (diff) |
SRDOP: more cleanup. (Code compiles, not more!)
-rw-r--r-- | dw/ooffloatsmgr.cc | 1 | ||||
-rw-r--r-- | dw/ooffloatsmgr.hh | 3 |
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, |