summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2021-04-13 18:58:54 -0400
committerMarge Bot <eric+marge@anholt.net>2021-04-16 10:13:07 +0000
commit7ae2ba5da9a014bd1dbde842d4c24e16d24e3554 (patch)
treeb62d10b377ed284d7d12dfd7afe1366d976caf28
parent0e77a23a34a3867f2d4765fe8b15377cf407543c (diff)
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>
-rw-r--r--src/glx/glxextensions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/glx/glxextensions.h b/src/glx/glxextensions.h
index 387b9fa4800..96022477e81 100644
--- a/src/glx/glxextensions.h
+++ b/src/glx/glxextensions.h
@@ -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. */