remove a bunch of temporary #defines, now that glext.h was updated
authorIan Romanick <idr@us.ibm.com>
Wed, 26 Jan 2005 19:19:06 +0000 (19:19 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 26 Jan 2005 19:19:06 +0000 (19:19 +0000)
include/GL/gl.h

index 5d7bf485293897b04a1edd41475bc737e59fab50..8df3a6f92bacefe8025fd14dfac7bc1b605976ae 100644 (file)
@@ -2232,17 +2232,6 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
 #endif /* GL_ATI_blend_equation_separate */
 
 
-/* As soon as the official glext.h is updated to include this, it will be 
- * removed from here.
- */
-#ifndef GL_OES_read_format
-#define GL_OES_read_format 1
-
-#define GL_IMPLEMENTATION_COLOR_READ_TYPE_OES   0x8B9A
-#define GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES 0x8B9B
-
-#endif /* GL_OES_read_format */
-
 /**
  ** NOTE!!!!!  If you add new functions to this file, or update
  ** glext.h be sure to regenerate the gl_mangle.h file.  See comments