aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-04-21 21:52:14 +0200
committerSebastian Geerken <devnull@localhost>2013-04-21 21:52:14 +0200
commit7cdc65b351542245cdff946cfc322092d22fb41d (patch)
tree2eefc963dbc6f49cad08e95a816ac9de233126e1 /dw/outofflowmgr.hh
parentcc6861088d3b8e800ebbbfce963c861770d2911b (diff)
Cleanup.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh7
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()