diff options
author | sg215889 <[email protected]> | 2009-07-29 06:47:31 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-29 06:47:31 -0700 |
commit | fdd78c172dfb76ba868359b359e344eaaf08d6f8 (patch) | |
tree | f701bea59e40166b9be2cbd19f3ebc0f13322c52 /make/config/jogl | |
parent | b5ce9cce6223810c6df7b66cf1a51318309fdc90 (diff) |
Remove redundant getGLProfile() from GL interface
Diffstat (limited to 'make/config/jogl')
-rw-r--r-- | make/config/jogl/gl-if-CustomJavaCode-gl.java | 2 |
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); |