Mesa (master): glx: Remove some dead declarations from glxclient.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 29 22:33:32 UTC 2021


Module: Mesa
Branch: master
Commit: 53e6ff4d64d8020af5f6f939b45a461fddf75e7a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=53e6ff4d64d8020af5f6f939b45a461fddf75e7a

Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Apr 28 18:54:06 2021 -0400

glx: Remove some dead declarations from glxclient.h

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10418>

---

 src/glx/glxclient.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index 3c8892c1ba3..e544f02c324 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -77,8 +77,6 @@ extern void glx_message(int level, const char *f, ...) PRINTFLIKE(2, 3);
 #define GLX_MAJOR_VERSION 1       /* current version numbers */
 #define GLX_MINOR_VERSION 4
 
-#define __GLX_MAX_TEXTURE_UNITS 32
-
 struct glx_display;
 struct glx_context;
 
@@ -732,12 +730,6 @@ extern void __glEmptyImage(struct glx_context *, GLint, GLint, GLint, GLint, GLe
 extern void __glXInitVertexArrayState(struct glx_context *);
 extern void __glXFreeVertexArrayState(struct glx_context *);
 
-/*
-** Inform the Server of the major and minor numbers and of the client
-** libraries extension string.
-*/
-extern void __glXClientInfo(Display * dpy, int opcode);
-
 _X_HIDDEN void
 __glX_send_client_info(struct glx_display *glx_dpy);
 
@@ -762,9 +754,6 @@ extern void __glXInitializeVisualConfigFromTags(struct glx_config * config,
 extern char *__glXQueryServerString(Display *dpy, CARD32 screen, CARD32 name);
 extern char *__glXGetString(Display *dpy, CARD32 screen, CARD32 name);
 
-extern const char __glXGLClientVersion[];
-extern const char __glXGLClientExtensions[];
-
 extern GLboolean __glXGetMscRateOML(Display * dpy, GLXDrawable drawable,
                                     int32_t * numerator,
                                     int32_t * denominator);



More information about the mesa-commit mailing list