diff options
author | Emil Velikov <[email protected]> | 2018-09-04 17:34:43 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-11-01 00:05:43 +0000 |
commit | 833e3cad19c2573388993e8df4c2313222d675f7 (patch) | |
tree | df37dbd2bb58f7e42ca688f778e2adee7ce441b7 /src/glx/glxclient.h | |
parent | 4428eed896992c4166876cd09bedd7525feffe42 (diff) |
glx: remove unused __glXPreferEGL() declaration
The function definition is no longer around, drop the useless declaration.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 2 |
1 files changed, 0 insertions, 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; |