aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-06-25 11:27:18 +0000
committerSven Gothel <[email protected]>2008-06-25 11:27:18 +0000
commit5f290cb6abe9dc29490d61502adfc550d55af761 (patch)
treea81be3e46b42c6c8145494625f6e882d7d5eb3b7
parent6a27950bbbb70018b44dc9e3be16d933c3c2999d (diff)
Auto GL profile selection working (GLES1 and GL2 (X11))
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1685 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r--src/classes/com/sun/opengl/impl/x11/glx/X11OnscreenGLXDrawable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/classes/com/sun/opengl/impl/x11/glx/X11OnscreenGLXDrawable.java b/src/classes/com/sun/opengl/impl/x11/glx/X11OnscreenGLXDrawable.java
index b9a886ec6..120ec56bb 100644
--- a/src/classes/com/sun/opengl/impl/x11/glx/X11OnscreenGLXDrawable.java
+++ b/src/classes/com/sun/opengl/impl/x11/glx/X11OnscreenGLXDrawable.java
@@ -44,8 +44,6 @@ import com.sun.opengl.impl.*;
import com.sun.opengl.impl.x11.*;
public class X11OnscreenGLXDrawable extends X11GLXDrawable {
- protected NativeWindow component;
-
protected X11OnscreenGLXDrawable(GLDrawableFactory factory, NativeWindow component) {
super(factory, component, false, null, null);
}