aboutsummaryrefslogtreecommitdiffstats
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-10-10 16:26:52 +0100
committerEric Engestrom <[email protected]>2019-10-10 21:40:48 +0100
commita0829cf23b307ca44ab8c4505974fb7c8d71a35a (patch)
treec1ae541c091693b03ed4555ca7a850326675c775 /include/GL/gl.h
parent2026ff5165ad0da1ff7680fdb579702d31097a6a (diff)
GL: drop symbols mangling support
SCons and Meson have never supported that feature, and Autotools was deleted over 6 months ago and no-one complained yet, so it's pretty obvious nobody cares about it. Fixes: 95aefc94a941701616fd ("Delete autotools") Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Dylan Baker <[email protected]>
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index d4475db362f..2518dfbb40d 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -27,11 +27,6 @@
#ifndef __gl_h_
#define __gl_h_
-#if defined(USE_MGL_NAMESPACE)
-#include "gl_mangle.h"
-#endif
-
-
/**********************************************************************
* Begin system-specific stuff.
*/
@@ -2101,13 +2096,6 @@ typedef void (APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum t
#endif
-/**
- ** NOTE!!!!! If you add new functions to this file, or update
- ** glext.h be sure to regenerate the gl_mangle.h file. See comments
- ** in that file for details.
- **/
-
-
#ifdef __cplusplus
}
#endif