diff options
author | Eric Engestrom <[email protected]> | 2019-10-10 16:26:52 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-10 21:40:48 +0100 |
commit | a0829cf23b307ca44ab8c4505974fb7c8d71a35a (patch) | |
tree | c1ae541c091693b03ed4555ca7a850326675c775 /src/mapi/glapi/glapi.h | |
parent | 2026ff5165ad0da1ff7680fdb579702d31097a6a (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 'src/mapi/glapi/glapi.h')
-rw-r--r-- | src/mapi/glapi/glapi.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mapi/glapi/glapi.h b/src/mapi/glapi/glapi.h index d1082746272..b11fe46107b 100644 --- a/src/mapi/glapi/glapi.h +++ b/src/mapi/glapi/glapi.h @@ -69,16 +69,6 @@ extern "C" { #endif /* _GLAPI_NO_EXPORTS */ -/* Is this needed? It is incomplete anyway. */ -#ifdef USE_MGL_NAMESPACE -#define _glapi_set_dispatch _mglapi_set_dispatch -#define _glapi_get_dispatch _mglapi_get_dispatch -#define _glapi_set_context _mglapi_set_context -#define _glapi_get_context _mglapi_get_context -#define _glapi_Dispatch _mglapi_Dispatch -#define _glapi_Context _mglapi_Context -#endif - typedef void (*_glapi_proc)(void); typedef void (*_glapi_nop_handler_proc)(const char *name); |