diff options
author | Sebastian Geerken <devnull@localhost> | 2014-02-16 15:20:55 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-02-16 15:20:55 +0100 |
commit | f5ab169f48fc872503b11335ff9d298a63f3b69a (patch) | |
tree | e57028524f7757601d5c9d4da6a286411fead5a4 /dw/outofflowmgr.hh | |
parent | 5d270fe6633a39a0ecca29641b3959fe77f3faa0 (diff) |
Floats: Some clarifications regarding the relationship of sizeRequest/sizeAllocate/qeueResize. (Work in progress!)
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 0159f29b..8797a5e5 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -298,7 +298,6 @@ private: int getClearPosition (Textblock *tb, Side side); void ensureFloatSize (Float *vloat); - int getBorderDiff (Textblock *textblock, Float *vloat, Side side); void tellFloatPosition (core::Widget *widget, int yReq); |