diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-17 19:49:07 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-17 19:49:07 +0100 |
commit | 2edfcf340236c6293c15535949bd0ce3730a9884 (patch) | |
tree | 429d81c1816608cda2c4ae22ef7cf5b154fa37b6 /dw/outofflowmgr.hh | |
parent | 6fce91eb42af3d1bd2e023202df5493c57c7992e (diff) |
Removed unused method.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 3ed98a99..fdd985e3 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -256,10 +256,6 @@ private: int newFlx, int newFly, int newFlw, int newFlh, Side side, int *floatPos); - bool isTextblockCoveredByFloat (Float *vloat, Textblock *tb, - int tbx, int tby, int tbWidth, int tbHeight, - int *floatPos); - void drawFloats (SortedFloatsVector *list, core::View *view, core::Rectangle *area); void drawAbsolutelyPositioned (core::View *view, core::Rectangle *area); |