aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-12-22 01:42:35 +0100
committerSven Gothel <[email protected]>2012-12-22 01:42:35 +0100
commit99b79930f6b25bf8b8bc29dc9a36b33717bdbf0e (patch)
tree6b02166b1ba139ef6cd4d82370db591349bbf5e9 /src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java
parent0c8ed3a90eb590a16ff31d241c906a8e8936e270 (diff)
*Drawable impl. DEBUG: Add getThreadName() to debug out.
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java')
-rw-r--r--src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java b/src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java
index eb7e320c8..9e5d9327b 100644
--- a/src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java
+++ b/src/jogl/classes/jogamp/opengl/egl/EGLPbufferDrawable.java
@@ -41,7 +41,6 @@
package jogamp.opengl.egl;
import javax.media.nativewindow.NativeSurface;
-import javax.media.nativewindow.MutableSurface;
import javax.media.opengl.GLContext;
public class EGLPbufferDrawable extends EGLDrawable {