diff options
author | Sebastian Geerken <devnull@localhost> | 2014-02-17 14:37:06 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-02-17 14:37:06 +0100 |
commit | 08a564e2e9a31b0154a61326e38e2333fde19c48 (patch) | |
tree | 68a66ff88511f00ce16b3994f3d827ada9478ce8 /dw/outofflowmgr.hh | |
parent | b308da7e0d226008d2daf94ca2b41f8c2b8c6fc1 (diff) |
More work on floats.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 8797a5e5..0f07c264 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -120,11 +120,6 @@ private: void intoStringBuffer(lout::misc::StringBuffer *sb); - int yForTextblock (Textblock *textblock, int y); - inline int yForTextblock (Textblock *textblock) - { return yForTextblock (textblock, yReal); } - int yForContainer (int y); - inline int yForContainer () { return yForContainer (yReal); } bool covers (Textblock *textblock, int y, int h); }; |