Bug 690201 - dead code - mLastDrawEvent never used. r=mbrubeck

This commit is contained in:
Doug Turner 2011-11-14 19:12:26 -08:00
parent cc665b3b37
commit 60e3b73d7c

View File

@ -413,8 +413,6 @@ public class GeckoAppShell
GeckoAppShell.nativeRun(combinedArgs);
}
private static GeckoEvent mLastDrawEvent;
private static void sendPendingEventsToGecko() {
try {
while (!gPendingEvents.isEmpty()) {