diff options
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 |