diff options
Diffstat (limited to 'dw/oofposrelmgr.cc')
-rw-r--r-- | dw/oofposrelmgr.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dw/oofposrelmgr.cc b/dw/oofposrelmgr.cc index 8980e079..4799e33c 100644 --- a/dw/oofposrelmgr.cc +++ b/dw/oofposrelmgr.cc @@ -197,12 +197,6 @@ int OOFPosRelMgr::getAvailHeightOfChild (Widget *child, bool forceValue) return 0; } -bool OOFPosRelMgr::isReference (Widget *widget) -{ - // TODO Remove soon. This implementation will imply reference = container. - return false; -} - } // namespace oof } // namespace dw |