summaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-CustomJavaCode-gl.java
diff options
context:
space:
mode:
authorsg215889 <[email protected]>2009-07-29 06:47:31 -0700
committersg215889 <[email protected]>2009-07-29 06:47:31 -0700
commitfdd78c172dfb76ba868359b359e344eaaf08d6f8 (patch)
treef701bea59e40166b9be2cbd19f3ebc0f13322c52 /make/config/jogl/gl-if-CustomJavaCode-gl.java
parentb5ce9cce6223810c6df7b66cf1a51318309fdc90 (diff)
Remove redundant getGLProfile() from GL interface
Diffstat (limited to 'make/config/jogl/gl-if-CustomJavaCode-gl.java')
-rw-r--r--make/config/jogl/gl-if-CustomJavaCode-gl.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/config/jogl/gl-if-CustomJavaCode-gl.java b/make/config/jogl/gl-if-CustomJavaCode-gl.java
index 28d24c072..c5ce8d9a6 100644
--- a/make/config/jogl/gl-if-CustomJavaCode-gl.java
+++ b/make/config/jogl/gl-if-CustomJavaCode-gl.java
@@ -1,6 +1,4 @@
- public GLProfile getGLProfile();
-
public void glClearDepth( double depth );
public void glDepthRange(double zNear, double zFar);