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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user