aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-02-24 11:27:07 +0100
committerSebastian Geerken <devnull@localhost>2014-02-24 11:27:07 +0100
commitdb2a3879870687287d82efa02e3bad8c96777d4f (patch)
treea842dd919d66fbdf966adbaff3eabd316ead3c52 /dw/outofflowmgr.hh
parent027a0ae4acdfed4943ea41683fed1d067801539c (diff)
Removed unnecessary code.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index 87dbe1b9..198e7190 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -259,10 +259,7 @@ private:
bool isTextblockCoveredByFloat (Float *vloat, Textblock *tb,
int tbx, int tby, int tbWidth, int tbHeight,
int *floatPos);
-
- void checkChangedFloatSizes ();
- void checkChangedFloatSizes (SortedFloatsVector *list);
-
+
void drawFloats (SortedFloatsVector *list, core::View *view,
core::Rectangle *area);
void drawAbsolutelyPositioned (core::View *view, core::Rectangle *area);