diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 8811b021..d48dc468 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -82,8 +82,7 @@ private: class SortedFloatsVector: private lout::container::typed::Vector<Float> { public: - enum Type { GB, CB } type; /* Only used for debugging; may be removed - later. */ + enum Type { GB, CB } type; private: OutOfFlowMgr *oofm; @@ -99,9 +98,7 @@ private: int findFirst (Textblock *textblock, int y, int h, Textblock *lastGB, int lastExtIndex); int findLastBeforeSideSpanningIndex (int sideSpanningIndex); - inline void put (Float *vloat) - { lout::container::typed::Vector<Float>::put (vloat); - vloat->index = size() - 1; } + void put (Float *vloat); inline void change (Float *vloat) { } inline lout::container::typed::Iterator<Float> iterator() |