diff --git a/content/events/src/nsEventStateManager.cpp b/content/events/src/nsEventStateManager.cpp index dde7647e2a84..06272bf1f2fd 100644 --- a/content/events/src/nsEventStateManager.cpp +++ b/content/events/src/nsEventStateManager.cpp @@ -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 presShell; aPresContext->GetShell(getter_AddRefs(presShell));