diff options
author | Ian Romanick <[email protected]> | 2005-01-26 19:19:06 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-01-26 19:19:06 +0000 |
commit | 5b0dd893704157cb8f9c42ce4a32a9d3e2a7edef (patch) | |
tree | 1c764a8ef572e5cf303c2f6910a9b1d177808759 /include | |
parent | a205137423e42010a025c70b05af98a6c0564f28 (diff) |
remove a bunch of temporary #defines, now that glext.h was updated
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/gl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 5d7bf485293..8df3a6f92ba 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -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 |