diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-09 22:01:21 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-09 22:01:21 +0200 |
commit | 00b25efd6ec737148de06328260bbbf12ad2bd52 (patch) | |
tree | c749bb31b9d72b70c126e08f58014c6393b70ab7 | |
parent | fa434a6195306862c11896e04d4f1d85aa6ce28d (diff) |
SRDOP: Remove obsolete comments.
-rw-r--r-- | dw/ooffloatsmgr.cc | 7 | ||||
-rw-r--r-- | dw/ooffloatsmgr.hh | 2 |
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; |