mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
glx: remove unused __glXPreferEGL() declaration
The function definition is no longer around, drop the useless declaration. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
4428eed896
commit
833e3cad19
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue