Removed old usage of AddPlacedFrame

git-svn-id: svn://10.0.0.236/trunk@13588 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1998-10-28 02:40:36 +00:00
parent d5206868ec
commit 129212b050

View File

@ -653,11 +653,7 @@ nsInlineReflow::PlaceFrame(nsHTMLReflowMetrics& aMetrics)
// applies if the frame ends up with a non-zero height.
if (!emptyFrame) {
// Inform line layout that we have placed a non-empty frame
#ifdef NS_DEBUG
mLineLayout.AddPlacedFrame(mFrameData->mFrame);
#else
mLineLayout.AddPlacedFrame();
#endif
// Update max-element-size
if (mComputeMaxElementSize) {