From f33d61cecb6ce44159c19c28c0d7fac7f6dd8d13 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 28 Aug 2020 17:06:03 -0400 Subject: [PATCH] glx: Remove some unused declarations from glxclient.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Michel Dänzer Reviewed-by: Emil Velikov Part-of: --- src/glx/glxclient.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 9e304b75761..ad2741bfed0 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -736,17 +736,6 @@ __glX_send_client_info(struct glx_display *glx_dpy); /************************************************************************/ -/* -** Declarations that should be in Xlib -*/ -#ifdef __GL_USE_OUR_PROTOTYPES -extern void _XFlush(Display *); -extern Status _XReply(Display *, xReply *, int, Bool); -extern void _XRead(Display *, void *, long); -extern void _XSend(Display *, const void *, long); -#endif - - extern void __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, const INT32 * bp, Bool tagged_only, @@ -768,9 +757,6 @@ __glxGetMscRate(struct glx_screen *psc, * glx_info->codes->first_event */ XExtDisplayInfo *__glXFindDisplay (Display *dpy); -extern void -GarbageCollectDRIDrawables(struct glx_screen *psc); - extern __GLXDRIdrawable * GetGLXDRIDrawable(Display *dpy, GLXDrawable drawable); #endif