diff options
author | Sebastian Geerken <devnull@localhost> | 2013-05-21 22:50:57 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-05-21 22:50:57 +0200 |
commit | 16d4788f99d3c688ffea8d82172a8a8a4087892c (patch) | |
tree | 6424f8514ac49e02b5e9129c294b310ed1ec948c /dw/outofflowmgr.hh | |
parent | 25141cf6b20bd7a8c015c24dbbd7dd5ea5a28397 (diff) |
Rewrote OutOfFlowMgr::SortedFloatsVector::findFloatIndex (does not work yet).
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 77ae230c..01cf563f 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -104,8 +104,6 @@ private: { this->oofm = oofm; this->side = side; this->type = type; } int findFloatIndex (Textblock *lastGB, int lastExtIndex); - int findFloatIndexBackwards (int tbInfoIndex, Textblock *lastGB, - int lastExtIndex); int find (Textblock *textblock, int y, int start, int end); int findFirst (Textblock *textblock, int y, int h, Textblock *lastGB, int lastExtIndex); |