From 1cc2deba6317c38fa4c97341ff8b96aa92d0a358 Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Thu, 6 Feb 2003 23:10:20 +0000 Subject: [PATCH] Removing a redeclaration of a variable that sould've been removed with the last change to this file. Bug 181644, r=bzbarsky@mit.edu, sr=dbaron@dbaron.org, a=dbaron@dbaron.org git-svn-id: svn://10.0.0.236/trunk@137507 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsHTMLReflowState.cpp | 2 -- mozilla/layout/html/base/src/nsHTMLReflowState.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/mozilla/layout/generic/nsHTMLReflowState.cpp b/mozilla/layout/generic/nsHTMLReflowState.cpp index bfa1dc550ce..3e0d92bdbad 100644 --- a/mozilla/layout/generic/nsHTMLReflowState.cpp +++ b/mozilla/layout/generic/nsHTMLReflowState.cpp @@ -876,8 +876,6 @@ nsHTMLReflowState::CalculateHypotheticalBox(nsIPresContext* aPresContext, // the placeholder aHypotheticalBox.mTop = lineBox->mBounds.YMost(); } else { - nsPoint placeholderOffset; - // Just use the placeholder's y-offset aHypotheticalBox.mTop = placeholderOffset.y; } diff --git a/mozilla/layout/html/base/src/nsHTMLReflowState.cpp b/mozilla/layout/html/base/src/nsHTMLReflowState.cpp index bfa1dc550ce..3e0d92bdbad 100644 --- a/mozilla/layout/html/base/src/nsHTMLReflowState.cpp +++ b/mozilla/layout/html/base/src/nsHTMLReflowState.cpp @@ -876,8 +876,6 @@ nsHTMLReflowState::CalculateHypotheticalBox(nsIPresContext* aPresContext, // the placeholder aHypotheticalBox.mTop = lineBox->mBounds.YMost(); } else { - nsPoint placeholderOffset; - // Just use the placeholder's y-offset aHypotheticalBox.mTop = placeholderOffset.y; }