diff options
author | Sebastian Geerken <devnull@localhost> | 2015-02-03 11:01:28 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-02-03 11:01:28 +0100 |
commit | ac04cad270ed1ad13e99124361b14af6682234e2 (patch) | |
tree | e5961f80e168c12cb4664633ce080b4b44fd9d45 /dw/oofposfixedmgr.hh | |
parent | cdc7bebac4c0fa7fe198c4b72c62948ffeb12815 (diff) |
Removed 'reference' of posioned elements.
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r-- | dw/oofposfixedmgr.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh index efe46391..3f7b9683 100644 --- a/dw/oofposfixedmgr.hh +++ b/dw/oofposfixedmgr.hh @@ -10,7 +10,6 @@ namespace oof { class OOFPosFixedMgr: public OOFPosAbsLikeMgr { protected: - bool isReference (core::Widget *widget); int containerBoxOffsetX (); int containerBoxOffsetY (); int containerBoxRestWidth (); |