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
This commit is contained in:
waterson%netscape.com
2000-03-03 23:56:32 +00:00
parent b717c806eb
commit 58ea22f3b2

View File

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