diff options
author | Sebastian Geerken <devnull@localhost> | 2014-02-15 11:19:51 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-02-15 11:19:51 +0100 |
commit | 5d270fe6633a39a0ecca29641b3959fe77f3faa0 (patch) | |
tree | 436e5828385f9bace2d7f73c361cf485346b4818 /dw/outofflowmgr.hh | |
parent | 5a12a59e71a6cabf022ab7a9e4e5d50bad629f5a (diff) |
Cleanup.
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 6d7f8a8c..0159f29b 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -276,7 +276,6 @@ private: core::Widget *getAbsolutelyPositionedWidgetAtPoint (int x, int y, int level); bool collides (Float *vloat, Float *other, int *yReal); - void checkRelationPosChanged (Float *vloat, Side side, int oldY); void getFloatsListsAndSide (Float *vloat, SortedFloatsVector **listSame, SortedFloatsVector **listOpp, Side *side); |