no longer valid with new way of setting user clipping

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-11-13 00:24:37 +00:00
parent fbb143cded
commit 4cfc480f5d
+2 -2
View File
@@ -1372,7 +1372,7 @@ Layer::GetWantedRegion(BRegion &reg)
BRegion screenReg(GetRootLayer()->Bounds());
reg.IntersectWith(&screenReg);
/*
// 3) impose user constrained regions
DrawState *stackData = fDrawState;
while (stackData) {
@@ -1380,7 +1380,7 @@ Layer::GetWantedRegion(BRegion &reg)
reg.IntersectWith(stackData->ClippingRegion());
}
stackData = stackData->PreviousState();
}
}*/
}
void