From 833e3cad19c2573388993e8df4c2313222d675f7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 4 Sep 2018 17:34:43 +0100 Subject: [PATCH] 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 --- 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; -- 2.30.2