Removing an unused variable. r=mozbot.

This commit is contained in:
bryner%netscape.com 2002-11-20 23:37:52 +00:00
Родитель 7b5c99d547
Коммит b8a9438942
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1592,8 +1592,6 @@ nsEventStateManager::DoWheelScroll(nsIPresContext* aPresContext,
// initialize nativeMsg field otherwise plugin code will crash when trying to access it
mouseOutEvent.nativeMsg = nsnull;
nsEventStatus mouseoutStatus = nsEventStatus_eIgnore;
nsCOMPtr<nsIPresShell> presShell;
aPresContext->GetShell(getter_AddRefs(presShell));