diff options
author | Sebastian Geerken <devnull@localhost> | 2015-09-21 11:57:21 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-09-21 11:57:21 +0200 |
commit | d5c28323ef77ec7a8827b528a9ba102ce07af91a (patch) | |
tree | 141d31a6ccea64cef7eabf7c02dd4a19f89cb5fe /dw/ooffloatsmgr.hh | |
parent | b2abc6e5aeb9772cf2b2ad0d27b7af500d98ff3d (diff) |
SRDOP: Remove some code which has become obsolete.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index c30ac172..6394fdb9 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -267,20 +267,6 @@ private: int getGBWidthForAllocation (Float *vloat); int calcFloatX (Float *vloat, Side side, int gbX, int gbWidth); - bool hasRelationChanged (TBInfo *tbInfo,int *minFloatPos, - core::Widget **minFloat); - bool hasRelationChanged (TBInfo *tbInfo, Side side, int *minFloatPos, - core::Widget **minFloat); - bool hasRelationChanged (bool oldTBAlloc, - int oldTBx, int oldTBy, int oldTBw, int oldTBh, - int newTBx, int newTBy, int newTBw, int newTBh, - bool oldFlAlloc, - int oldFlx, int oldFly, int oldFlw, int oldFlh, - int newFlx, int newFly, int newFlw, int newFlh, - Side side, int *floatPos); - - void checkAllocatedFloatCollisions (Side side); - bool doFloatsExceedCB (Side side); bool haveExtremesChanged (Side side); |