aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorJuha-Pekka Heikkila <[email protected]>2014-04-02 16:13:55 +0300
committerTapani Pälli <[email protected]>2014-04-02 19:54:37 +0300
commit88976daea950937749b8b9f122b8d038606942a4 (patch)
tree545f3f959f9e50ffb2927a236d6523ec1d15f2d5 /src/glx
parente14cc504f307a7fa88c8b6757df53026aaa39b08 (diff)
glx: remove unused __glXClientInfo()
Signed-off-by: Juha-Pekka Heikkila <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/glxcmds.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index 4b17d7cecb7..79847150360 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -1378,19 +1378,6 @@ glXQueryServerString(Display * dpy, int screen, int name)
return *str;
}
-void
-__glXClientInfo(Display * dpy, int opcode)
-{
- char *ext_str = __glXGetClientGLExtensionString();
- int size = strlen(ext_str) + 1;
-
- xcb_connection_t *c = XGetXCBConnection(dpy);
- xcb_glx_client_info(c,
- GLX_MAJOR_VERSION, GLX_MINOR_VERSION, size, ext_str);
-
- free(ext_str);
-}
-
/*
** EXT_import_context