Removing this awesome template code because it causes library load crashes :(

This commit is contained in:
Benoit Girard
2012-02-02 11:17:50 -05:00
parent 226011aa85
commit f9f6a9bc52
4 changed files with 46 additions and 80 deletions

View File

@@ -209,8 +209,6 @@ AndroidGeckoSurfaceView::InitGeckoSurfaceViewClass(JNIEnv *jEnv)
#else
initInit();
jGeckoSurfaceViewClass = getClassGlobalRef("org/mozilla/gecko/gfx/layers/OGLSurfaceView");
jGetHolderMethod = getMethod("getHolder", "()Landroid/view/SurfaceHolder;");