diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-10 13:28:59 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-10 13:28:59 +0200 |
commit | b7d71aed37122b8277fee0c39da06c0cd3156742 (patch) | |
tree | 5e64d49790b54729df09a31f287650d65a8690cc /dw/ooffloatsmgr.hh | |
parent | 55ef9e15acdc335458adef22a72648a7753fd9e9 (diff) |
SRDOP: clear (still buggy).
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 521ccd90..27d296a9 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -131,8 +131,6 @@ private: TBInfo *parent; int parentExtIndex; - int clearPosition; - // These two lists store all floats of a generator, in the order // in which they are defined. Used for optimization lout::container::typed::Vector<Float> *leftFloats, *rightFloats; @@ -193,8 +191,7 @@ private: int getFloatHeight (Side side, int y, int h, OOFAwareWidget *lastGB, int lastExtIndex); - int calcClearPosition (OOFAwareWidget *textblock); - int calcClearPosition (OOFAwareWidget *textblock, Side side); + int getClearPosition (OOFAwareWidget *widget, Side side); void ensureFloatSize (Float *vloat); |