Bug 663803 - Part 4: Remove unused vars causing build failures. r=trivial

This commit is contained in:
Michael Comella
2015-01-27 19:13:24 -08:00
parent 646548fe2a
commit f44b6e48c4
2 changed files with 1 additions and 4 deletions

View File

@@ -416,7 +416,7 @@ nsAppShell::ProcessNextNativeEvent(bool mayWait)
}
NS_ASSERTION(points.Length() == 2, "ZoomedView event does not have enough coordinates");
nsIntRect r(points[0].x, points[0].y, points[1].x, points[1].y);
nsresult rv = AndroidBridge::Bridge()->CaptureZoomedView(domWindow, r, mBuffer, scaleFactor);
AndroidBridge::Bridge()->CaptureZoomedView(domWindow, r, mBuffer, scaleFactor);
break;
}