aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/ooffloatsmgr.cc7
-rw-r--r--dw/ooffloatsmgr.hh2
2 files changed, 0 insertions, 9 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);
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh
index bf7f7f7f..11cbeef4 100644
--- a/dw/ooffloatsmgr.hh
+++ b/dw/ooffloatsmgr.hh
@@ -24,8 +24,6 @@ private:
OOFAwareWidget *container;
int oofmIndex;
- // These two values are redundant to TBInfo::wasAllocated and
- // TBInfo::allocation, for some special cases.
bool containerWasAllocated;
core::Allocation containerAllocation;