Removed PreReflowCheck() and PostReflowCheck() from nsContainerFrame

git-svn-id: svn://10.0.0.236/trunk@10888 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-09-24 03:59:30 +00:00
parent 4cd6f2440e
commit 43e6ab37a3
13 changed files with 2 additions and 149 deletions

View File

@@ -745,9 +745,6 @@ nsTableRowGroupFrame::Reflow(nsIPresContext& aPresContext,
if (gsDebug==PR_TRUE)
printf("nsTableRowGroupFrame::Reflow - aMaxSize = %d, %d\n",
aReflowState.maxSize.width, aReflowState.maxSize.height);
#ifdef NS_DEBUG
PreReflowCheck();
#endif
// Initialize out parameter
if (nsnull != aDesiredSize.maxElementSize) {
@@ -844,10 +841,6 @@ nsTableRowGroupFrame::Reflow(nsIPresContext& aPresContext,
ShrinkWrapChildren(&aPresContext, aDesiredSize);
}
#ifdef NS_DEBUG
PostReflowCheck(aStatus);
#endif
if (gsDebug==PR_TRUE)
{
if (nsnull!=aDesiredSize.maxElementSize)