Bug 494689 nsTreeBodyFrame::HandleEvent warning: unused variable ‘lastScrollLines’

r+sr=neil
This commit is contained in:
timeless@mozdev.org 2009-06-27 18:42:51 -07:00
Родитель 43c3beda71
Коммит 2bba43b079
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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