Clarified a TODO item, before I forget about it.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14255 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-09-27 15:18:51 +00:00
parent 78c83805f2
commit d94f6328d7

View File

@ -567,8 +567,10 @@ BRegion::Support::ROr(long top, long bottom, const BRegion &first,
if (foundCount > 1)
SortTrans(lefts, rights, foundCount);
// TODO: This needs to be reviewed by BRegion owner.
// ASSERT(foundCount > 0);
// TODO: Make sure that OrRegionComplex() skips horizontal
// bands which don't contain any rectangle. Then we can
// uncomment the assertion here.
//ASSERT(foundCount > 0);
if (foundCount == 0)
return;