diff options
Diffstat (limited to 'dw/ooffloatsmgr.cc')
-rw-r--r-- | dw/ooffloatsmgr.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc index 0f3537e2..ac325b1b 100644 --- a/dw/ooffloatsmgr.cc +++ b/dw/ooffloatsmgr.cc @@ -392,13 +392,6 @@ void OOFFloatsMgr::sizeAllocateEnd (OOFAwareWidget *caller) } if (caller == container) { - // In the size allocation process, the *last* OOFM method called - // is sizeAllocateEnd, with the containing block as an - // argument. So this is the correct point to finish size - // allocation. - - // TODO: After SRDOP, the comment above is probably non-sense. - sizeAllocateFloats (LEFT); sizeAllocateFloats (RIGHT); |