Bug 785597 - Get rid of unused mGLVersion field. r=snorp

This commit is contained in:
Kartikaya Gupta
2012-12-21 11:33:09 -05:00
parent ae35772ec1
commit 4f9c4a59df
4 changed files with 0 additions and 20 deletions

View File

@@ -1198,7 +1198,6 @@ AndroidBridge::RegisterCompositor(JNIEnv *env, bool resetting)
sController.Reacquire(env, glController);
} else {
sController.Acquire(env, glController);
sController.SetGLVersion(2);
}
}