diff options
author | Sven Gothel <[email protected]> | 2008-07-21 01:13:01 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-21 01:13:01 +0000 |
commit | 6a1ad07ce8563a9ebd4e1d5be970621ffe1a7daf (patch) | |
tree | ea984d594748d851281538b2e1f4197fb8a913fa /make/gl-if-gl2_es1.cfg | |
parent | 5ff0c4c7322ffe32f76d1072a1d95197c7b3d6c0 (diff) |
Fixed: Manual declarations of wrappers in proper common interfaces
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1731 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-if-gl2_es1.cfg')
-rwxr-xr-x | make/gl-if-gl2_es1.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/gl-if-gl2_es1.cfg b/make/gl-if-gl2_es1.cfg index ada1314fa..0d477a275 100755 --- a/make/gl-if-gl2_es1.cfg +++ b/make/gl-if-gl2_es1.cfg @@ -59,8 +59,6 @@ Ignore glGetFixedv CustomJavaCode GL2ES1 public void glOrtho(double left, double right, double bottom, double top, double near_val, double far_val); CustomJavaCode GL2ES1 public void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar); -CustomJavaCode GL2ES1 public void glClearDepth( double depth ); -CustomJavaCode GL2ES1 public void glDepthRange(double zNear, double zFar); EmitProcAddressTable false ProcAddressTableClassName DontGenerateProcAddressTableStuff |