зеркало из https://github.com/mozilla/gecko-dev.git
Bug 494689 nsTreeBodyFrame::HandleEvent warning: unused variable ‘lastScrollLines’
r+sr=neil
This commit is contained in:
Родитель
43c3beda71
Коммит
2bba43b079
|
@ -2643,7 +2643,9 @@ nsTreeBodyFrame::HandleEvent(nsPresContext* aPresContext,
|
|||
// Save last values, we will need them.
|
||||
PRInt32 lastDropRow = mSlots->mDropRow;
|
||||
PRInt16 lastDropOrient = mSlots->mDropOrient;
|
||||
#ifndef XP_MACOSX
|
||||
PRInt16 lastScrollLines = mSlots->mScrollLines;
|
||||
#endif
|
||||
|
||||
// Find out the current drag action
|
||||
PRUint32 lastDragAction = mSlots->mDragAction;
|
||||
|
|
Загрузка…
Ссылка в новой задаче