Bug 790454 - Follow up to fix bustage and remove unused nsresult. r=dholbert

This commit is contained in:
Wes Johnston
2012-10-29 14:35:15 -07:00
parent 57510ec31d
commit 380ff3b36d

View File

@@ -6551,7 +6551,6 @@ PresShell::DispatchTouchEvent(nsEvent *aEvent,
nsPresShellEventCB* aEventCB,
bool aTouchIsNew)
{
nsresult rv = NS_OK;
// calling preventDefault on touchstart or the first touchmove for a
// point prevents mouse events
bool canPrevent = aEvent->message == NS_TOUCH_START ||