diff options
Diffstat (limited to 'dw/oofposfixedmgr.cc')
-rw-r--r-- | dw/oofposfixedmgr.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dw/oofposfixedmgr.cc b/dw/oofposfixedmgr.cc index ef26de41..1b36cd5c 100644 --- a/dw/oofposfixedmgr.cc +++ b/dw/oofposfixedmgr.cc @@ -34,11 +34,6 @@ OOFPosFixedMgr::~OOFPosFixedMgr () DBG_OBJ_DELETE (); } -bool OOFPosFixedMgr::isReference (core::Widget *widget) -{ - return widget->getParent () == NULL; -} - int OOFPosFixedMgr::containerBoxOffsetX () { return 0; |