diff options
Diffstat (limited to 'include/GL/gl_mangle.h')
-rw-r--r-- | include/GL/gl_mangle.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h index 7416d5372cd..e9c1c8a658d 100644 --- a/include/GL/gl_mangle.h +++ b/include/GL/gl_mangle.h @@ -27,10 +27,6 @@ #define MANGLE(x) mgl##x #endif /*MANGLE*/ -/* Internal symbols which may collide with other OpenGL implementations. */ -#define __glCoreCreateContext __mglCoreCreateContext -#define __glCoreNopDispatch __mglCoreNopDispatch - /*REGENERATE_TO_END-----------ALL LINES BELOW HERE GET REPLACED ON REGENERATION */ #define glAccum MANGLE(Accum) |