issue #1429: Removed mGLView variable in HelloCpp/HelloLua/TestJavascript class.

This commit is contained in:
James Chen 2012-08-24 00:24:04 +08:00
parent ee3e68014b
commit 26a31b21b3
3 changed files with 1 additions and 5 deletions

View File

@ -37,8 +37,7 @@ import android.widget.FrameLayout;
import android.view.ViewGroup;
public class HelloCpp extends Cocos2dxActivity{
private Cocos2dxGLSurfaceView mGLView;
protected void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);

View File

@ -101,8 +101,6 @@ public class HelloLua extends Cocos2dxActivity{
ConfigurationInfo info = am.getDeviceConfigurationInfo();
return (info.reqGlEsVersion >= 0x20000);
}
private LuaGLSurfaceView mGLView;
static {

View File

@ -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);