diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-14 20:08:26 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-14 20:08:26 +0200 |
commit | 6c5f32b8ec8f9a01ca0ab6107779bfa2eda5299b (patch) | |
tree | ab26c5b2c487f61dd1aa2a1cf218b76c1c016460 /dw/ooffloatsmgr.hh | |
parent | d81d40e6849263a18281a5d64b95c2479ee9f120 (diff) |
Widget::stackingContextWidget; as well as some cleanup and debug messages.
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 e4b61772..274e5d3c 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -346,8 +346,6 @@ public: void markExtremesChange (int ref); core::Widget *getWidgetAtPoint (int x, int y); - static bool _isWidgetOutOfFlow (core::Widget *widget); - static bool _isWidgetHandledByOOFM (core::Widget *widget); void addWidgetInFlow (OOFAwareWidget *textblock, OOFAwareWidget *parentBlock, int externalIndex); int addWidgetOOF (core::Widget *widget, OOFAwareWidget *generatingBlock, |