diff options
author | Brian Paul <[email protected]> | 2009-04-14 19:56:59 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-14 19:56:59 -0600 |
commit | 62c45ec951829563b92a95cce5b9621e70c971a4 (patch) | |
tree | 91245d4dd40f1735e3cf8dda638fb9d773f7f6ef /src/mesa/shader/shader_api.c | |
parent | fe278f1e600058af18c6ba5fe77bfc5a772bf9f5 (diff) |
mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
Diffstat (limited to 'src/mesa/shader/shader_api.c')
-rw-r--r-- | src/mesa/shader/shader_api.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/shader/shader_api.c b/src/mesa/shader/shader_api.c index 61289db2d2e..75e38960e9d 100644 --- a/src/mesa/shader/shader_api.c +++ b/src/mesa/shader/shader_api.c @@ -51,11 +51,6 @@ #include "glapi/dispatch.h" -#ifndef GL_PROGRAM_BINARY_LENGTH_OES -#define GL_PROGRAM_BINARY_LENGTH_OES 0x8741 -#endif - - /** * Allocate a new gl_shader_program object, initialize it. */ |