Bug 1227706 - Remove unused GLController calls and events; r=snorp

Remove GLController calls and events in GeckoAppShell and GeckoEvent
that were made obsolete by the new native calls.
This commit is contained in:
Jim Chen
2015-12-23 22:03:34 -05:00
parent 7ed136b880
commit 6032b19e9b
9 changed files with 0 additions and 119 deletions

View File

@@ -434,12 +434,6 @@ AndroidGeckoEvent::Init(JNIEnv *jenv, jobject jobj)
break;
}
case COMPOSITOR_CREATE: {
mWidth = jenv->GetIntField(jobj, jWidthField);
mHeight = jenv->GetIntField(jobj, jHeightField);
break;
}
case CALL_OBSERVER: {
ReadCharactersField(jenv);
ReadCharactersExtraField(jenv);