glthread: don't prefix variable_data with const
[mesa.git] / src / mapi / glapi / glapi_dispatch.c
index 96fd0d6a2855500dcfa769c8e9011c4d245b923d..fa59705fbe425f5ae6211ffe2084bd0cd2de26ba 100644 (file)
 
 #define KEYWORD2 GLAPIENTRY
 
-#if defined(USE_MGL_NAMESPACE)
-#define NAME(func)  mgl##func
-#else
 #define NAME(func)  gl##func
-#endif
 
 #if 0  /* Use this to log GL calls to stdout (for DEBUG only!) */