summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-09-25 09:07:04 -0700
committerEric Anholt <[email protected]>2012-10-09 14:32:02 -0700
commitdc6fa4107643e153bb1c5831ca6aa1be10ef3b3a (patch)
tree64f375f8aa772c97355b41425cba9463dc4c4054 /src/mapi
parent3f0e3a7ad5cf9bef745d460b0fa5e75ff830cb32 (diff)
glx: Remove the last user of -DUSE_XCB.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/glX_proto_send.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/glX_proto_send.py b/src/mapi/glapi/gen/glX_proto_send.py
index 0e4b420fdb2..2cb0cf4ef8b 100644
--- a/src/mapi/glapi/gen/glX_proto_send.py
+++ b/src/mapi/glapi/gen/glX_proto_send.py
@@ -169,11 +169,9 @@ class PrintGlxProtoStubs(glX_proto_common.glx_print_proto):
print '#include "glapi.h"'
print '#include "glthread.h"'
print '#include <GL/glxproto.h>'
- print '#ifdef USE_XCB'
print '#include <X11/Xlib-xcb.h>'
print '#include <xcb/xcb.h>'
print '#include <xcb/glx.h>'
- print '#endif /* USE_XCB */'
print ''
print '#define __GLX_PAD(n) (((n) + 3) & ~3)'