diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-08 00:03:23 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-08 00:03:23 +0100 |
commit | 4309b00a9d160ef8c9633373fa991e55ab3d5a5f (patch) | |
tree | eabea92e67f8e41e20c35e57a6ef58dcd7e4a7b5 /dw/outofflowmgr.hh | |
parent | 431a20869d92dd47f59b767a4a585851eb2d115f (diff) |
... and extremes (Floats).
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 018c8d87..88e3afb4 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -275,9 +275,6 @@ private: void getFloatsSize (Side side, int *width, int *height); void getFloatsExtremes (Side side, int *minWidth, int *maxWidth); - int getMinBorderDiff (Float *vloat, Side side); - int getMaxBorderDiff (Float *vloat, Side side); - TBInfo *getTextblock (Textblock *textblock); int getBorder (Textblock *textblock, Side side, int y, int h, Textblock *lastGB, int lastExtIndex); |