From fdd78c172dfb76ba868359b359e344eaaf08d6f8 Mon Sep 17 00:00:00 2001 From: sg215889 Date: Wed, 29 Jul 2009 06:47:31 -0700 Subject: Remove redundant getGLProfile() from GL interface --- make/config/jogl/gl-if-CustomJavaCode-gl.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'make/config/jogl') 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); -- cgit v1.2.3