Eliminated compiler warning

git-svn-id: svn://10.0.0.236/trunk@47096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-09-13 04:45:43 +00:00
parent e7bad20848
commit 43520dc485
2 changed files with 0 additions and 2 deletions

View File

@@ -7112,7 +7112,6 @@ nsCSSFrameConstructor::CantRenderReplacedElement(nsIPresContext* aPresContext,
nsIFrame* firstChild;
parentFrame->FirstChild(listName, &firstChild);
nsFrameList frameList(firstChild);
nsIFrame* prevSibling = frameList.GetPrevSiblingFor(aFrame);
// See whether it's an IMG or an OBJECT element
if (nsHTMLAtoms::img == tag.get()) {