glx: Remove some ancient backwards-compatibility typedefs

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10223>
This commit is contained in:
Adam Jackson
2021-04-13 18:58:54 -04:00
committed by Marge Bot
parent 0e77a23a34
commit 7ae2ba5da9
-6
View File
@@ -279,12 +279,6 @@ extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
extern void
__glXEnableDirectExtension(struct glx_screen *psc, const char *name);
/* Source-level backwards compatibility with old drivers. They won't
* find the respective functions, though.
*/
typedef void (*PFNGLXENABLEEXTENSIONPROC) (const char *name,
GLboolean force_client);
typedef void (*PFNGLXDISABLEEXTENSIONPROC) (const char *name);
/* GLX_ALIAS should be used for functions with a non-void return type.
GLX_ALIAS_VOID is for functions with a void return type. */