From 129212b050eb7635f341227907b7affaddbdc56b Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Wed, 28 Oct 1998 02:40:36 +0000 Subject: [PATCH] Removed old usage of AddPlacedFrame git-svn-id: svn://10.0.0.236/trunk@13588 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/base/src/nsInlineReflow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/layout/html/base/src/nsInlineReflow.cpp b/mozilla/layout/html/base/src/nsInlineReflow.cpp index 1634aaa8479..0fc7d4fa136 100644 --- a/mozilla/layout/html/base/src/nsInlineReflow.cpp +++ b/mozilla/layout/html/base/src/nsInlineReflow.cpp @@ -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) {