From 58ea22f3b25a2552a2ea4d4451833b444b15deb1 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 3 Mar 2000 23:56:32 +0000 Subject: [PATCH] Fix compiler warning; remove unused variable. Hyatt meant to do this. git-svn-id: svn://10.0.0.236/trunk@62178 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/xul/base/src/nsTreeRowGroupFrame.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/layout/xul/base/src/nsTreeRowGroupFrame.cpp b/mozilla/layout/xul/base/src/nsTreeRowGroupFrame.cpp index 5e570b5c873..b852125e78a 100644 --- a/mozilla/layout/xul/base/src/nsTreeRowGroupFrame.cpp +++ b/mozilla/layout/xul/base/src/nsTreeRowGroupFrame.cpp @@ -1471,8 +1471,6 @@ void nsTreeRowGroupFrame::OnContentRemoved(nsIPresContext* aPresContext, nsIFrame* aChildFrame, PRInt32 aIndex) { - - nsIFrame* oldTopFrame = mTopFrame; // if we're removing the top row, the new top row is the next row if (mTopFrame && mTopFrame == aChildFrame) mTopFrame->GetNextSibling(&mTopFrame);