mirror of https://github.com/axmolengine/axmol.git
issue #1429: Removed mGLView variable in HelloCpp/HelloLua/TestJavascript class.
This commit is contained in:
parent
ee3e68014b
commit
26a31b21b3
|
@ -37,7 +37,6 @@ import android.widget.FrameLayout;
|
|||
import android.view.ViewGroup;
|
||||
|
||||
public class HelloCpp extends Cocos2dxActivity{
|
||||
private Cocos2dxGLSurfaceView mGLView;
|
||||
|
||||
protected void onCreate(Bundle savedInstanceState){
|
||||
super.onCreate(savedInstanceState);
|
||||
|
|
|
@ -102,8 +102,6 @@ public class HelloLua extends Cocos2dxActivity{
|
|||
return (info.reqGlEsVersion >= 0x20000);
|
||||
}
|
||||
|
||||
private LuaGLSurfaceView mGLView;
|
||||
|
||||
|
||||
static {
|
||||
System.loadLibrary("hellolua");
|
||||
|
|
|
@ -37,7 +37,6 @@ import android.view.ViewGroup;
|
|||
import android.widget.FrameLayout;
|
||||
|
||||
public class TestJavascript extends Cocos2dxActivity{
|
||||
private Cocos2dxGLSurfaceView mGLView;
|
||||
|
||||
protected void onCreate(Bundle savedInstanceState){
|
||||
super.onCreate(savedInstanceState);
|
||||
|
|
Loading…
Reference in New Issue