diff options
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); }; |