Removed old usage of AddPlacedFrame

This commit is contained in:
kipp%netscape.com 1998-10-28 02:40:36 +00:00
parent 0848982512
commit b25c3384c4

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) {