diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-09 22:22:38 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-09 22:22:38 +0200 |
commit | 55ef9e15acdc335458adef22a72648a7753fd9e9 (patch) | |
tree | ee90afbf141ef8c03e19ec053acb56c6573973ae /dw/ooffloatsmgr.hh | |
parent | 01c1c4d5322f70d55a42a09c5eddc76a1a44241d (diff) |
SRDOP: Remove obsolete OOFFloatsMgr::doFloatsExceedCB()
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 2adb1c08..521ccd90 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -164,8 +164,6 @@ private: int getGBWidthForAllocation (Float *vloat); int calcFloatX (Float *vloat); - bool doFloatsExceedCB (Side side); - void drawFloats (SortedFloatsVector *list, core::View *view, core::Rectangle *area, core::DrawingContext *context); core::Widget *getFloatWidgetAtPoint (SortedFloatsVector *list, int x, int y, |