mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
Bug 494689 nsTreeBodyFrame::HandleEvent warning: unused variable ‘lastScrollLines’
r+sr=neil
This commit is contained in:
parent
43c3beda71
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user