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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user