diff options
author | Brian Paul <[email protected]> | 2004-10-02 22:47:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-10-02 22:47:48 +0000 |
commit | 788ff5b5c7eca4f9ca689a4224a2cf944ee60edc (patch) | |
tree | edbec8b07b21597615a4169a6cda9df58dbb25ae /include/GL | |
parent | feac4f6ba56d12c5d865b5a4b976f1939b557602 (diff) |
remove unused413 stuff, glDrawBuffersARB uses that slot now
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/gl_mangle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h index 873be540ab1..8d3306b9fb1 100644 --- a/include/GL/gl_mangle.h +++ b/include/GL/gl_mangle.h @@ -30,7 +30,6 @@ /* Internal symbols which may collide with other OpenGL implementations. */ #define __glCoreCreateContext __mglCoreCreateContext #define __glCoreNopDispatch __mglCoreNopDispatch -#define gl__unused413 MANGLE(__unused413) /*REGENERATE_TO_END-----------ALL LINES BELOW HERE GET REPLACED ON REGENERATION */ |