diff options
author | Sven Gothel <[email protected]> | 2011-08-06 10:08:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-06 10:08:01 +0200 |
commit | 4808e9e7e9f2c6991bc25db86f2e80e42ee163c8 (patch) | |
tree | 3f614ad68f0cb6180edc0b2e1b0eceb24d35f947 /src/newt | |
parent | 2448ef91fddecdd876ac81746e12c2a1291e82fa (diff) |
Android: cosmetics
Diffstat (limited to 'src/newt')
-rw-r--r-- | src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java b/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java index 8d163f874..4cba7e77e 100644 --- a/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java +++ b/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java @@ -59,18 +59,6 @@ public class NEWTSurfaceView extends SurfaceView implements Callback2 { public void surfaceCreated(SurfaceHolder holder) { Surface surface = getHolder().getSurface(); - - /** - EGL10 mEgl = (EGL10) EGLContext.getEGL(); - - EGLDisplay mEglDisplay = mEgl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); - - if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { - throw new RuntimeException("eglGetDisplay failed"); - } - Log.d(MD.TAG, "EGL XXXXXX " + mEgl + ", " + mEglDisplay); - */ - Log.d(MD.TAG, "YYYYYYYYYY "); Log.d(MD.TAG, "surfaceCreated - 0 - isValid: "+surface.isValid()); GLProfile.initSingleton(true); Log.d(MD.TAG, "surfaceCreated - 1"); |