diff options
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); |