From a0829cf23b307ca44ab8c4505974fb7c8d71a35a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 10 Oct 2019 16:26:52 +0100 Subject: 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 Acked-by: Dylan Baker --- include/GL/glx.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/GL/glx.h') diff --git a/include/GL/glx.h b/include/GL/glx.h index 1e4bb7d7176..6963c70dd3f 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -32,11 +32,6 @@ #include -#if defined(USE_MGL_NAMESPACE) -#include "glx_mangle.h" -#endif - - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3