[Mesa-dev] [PATCH 1/2] glx: remove unused __glXPreferEGL() declaration

Brian Paul brianp at vmware.com
Wed Oct 3 16:28:14 UTC 2018


Reviewed-by: Brian Paul <brianp at vmware.com>

On 10/3/18 6:12 AM, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> The function definition is no longer around, drop the useless declaration.
>
> Cc: Brian Paul <brianp at vmware.com>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>   src/glx/glxclient.h | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
> index f3a36cf106b..df51f2b8ce4 100644
> --- a/src/glx/glxclient.h
> +++ b/src/glx/glxclient.h
> @@ -646,8 +646,6 @@ extern void __glXSendLargeCommand(struct glx_context *, const GLvoid *, GLint,
>   /* Initialize the GLX extension for dpy */
>   extern struct glx_display *__glXInitialize(Display *);
>
> -extern void __glXPreferEGL(int state);
> -
>   /************************************************************************/
>
>   extern int __glXDebug;
>



More information about the mesa-dev mailing list