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

This commit is contained in:
jst%netscape.com 2003-02-06 23:10:20 +00:00
Родитель 3da1c11d28
Коммит 401737583f
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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;
}

Просмотреть файл

@ -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;
}