From: Emil Velikov Date: Tue, 4 Sep 2018 16:34:43 +0000 (+0100) Subject: glx: remove unused __glXPreferEGL() declaration X-Git-Tag: upstream/19.0.0~1837 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=833e3cad19c2573388993e8df4c2313222d675f7;p=platform%2Fupstream%2Fmesa.git glx: remove unused __glXPreferEGL() declaration The function definition is no longer around, drop the useless declaration. Signed-off-by: Emil Velikov Reviewed-by: Brian Paul Reviewed-by: Ian Romanick --- diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index f3a36cf..df51f2b 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;