summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */