Removed IsLastChild() member function from nsContainerFrame

git-svn-id: svn://10.0.0.236/trunk@10891 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-09-24 04:12:01 +00:00
parent 556f680fca
commit 2bdb85f976
8 changed files with 2 additions and 54 deletions

View File

@@ -523,11 +523,6 @@ PRBool nsTableRowGroupFrame::PullUpChildren(nsIPresContext* aPresContext,
}
}
// Update our last content offset
if (nsnull != prevKidFrame) {
NS_ASSERTION(IsLastChild(prevKidFrame), "bad last child");
}
return result;
}