From 7cdc65b351542245cdff946cfc322092d22fb41d Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sun, 21 Apr 2013 21:52:14 +0200 Subject: Cleanup. --- dw/outofflowmgr.hh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dw/outofflowmgr.hh') 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 { 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::put (vloat); - vloat->index = size() - 1; } + void put (Float *vloat); inline void change (Float *vloat) { } inline lout::container::typed::Iterator iterator() -- cgit v1.2.3