diff options
author | Sebastian Geerken <devnull@localhost> | 2014-01-19 12:07:42 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-01-19 12:07:42 +0100 |
commit | 94b0f154fab7d3618762a8594c4c0d7a398e0e24 (patch) | |
tree | 8fbac50c693a90fcd141e026348d28a1c69efa2a /dw/outofflowmgr.hh | |
parent | 511addb945a936f4233c0fe47d8fd05e5c9f03a9 (diff) |
Some cleanup.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index a7804bd0..57c3c42b 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -214,12 +214,6 @@ private: int newFlx, int newFly, int newFlw, int newFlh, Side side, int *floatPos); - bool isTextblockCoveredByFloats (Textblock *tb, int tbx, int tby, - int tbWidth, int tbHeight, int *minFloatPos, - core::Widget **minFloat); - bool isTextblockCoveredByFloats (SortedFloatsVector *list, Textblock *tb, - int tbx, int tby, int tbWidth, int tbHeight, - int *minFloatPos, core::Widget **minFloat); bool isTextblockCoveredByFloat (Float *vloat, Textblock *tb, int tbx, int tby, int tbWidth, int tbHeight, int *floatPos); |