diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-03 19:43:56 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-03 19:43:56 +0200 |
commit | 1191996538bd923b7f29016558a8154c51df3ffb (patch) | |
tree | 4d75555a436eb685972b2db4bdf7ac586f4c7f4e /dw/ooffloatsmgr.hh | |
parent | de8f5fcfb1977266557911f61f51d46173157818 (diff) |
SRDOP: Remove obsolete Float::sizeChangedSinceLastAllocation.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 12152255..8e63eaab 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -76,7 +76,7 @@ private: int yReq, yReal; // relative to container int sideSpanningIndex; core::Requisition size; - bool dirty, sizeChangedSinceLastAllocation; + bool dirty; Float (OOFFloatsMgr *oofm, core::Widget *widget, OOFAwareWidget *generatingBlock, int externalIndex); |