summaryrefslogtreecommitdiff
path: root/GL/glx/glxext.h
diff options
context:
space:
mode:
authorIan Romanick <idr@umwelt.(none)>2006-08-23 13:30:13 -0700
committerIan Romanick <idr@umwelt.(none)>2006-08-23 13:30:13 -0700
commitd7a7f12361d31001bbd9394a57de029ef0b934b8 (patch)
tree77897e930a8d1e48e8f1c5a7b55ddc71e0a9ad82 /GL/glx/glxext.h
parentdb82e12fac5eaa16a39fc1bd0bc31ad95089dc95 (diff)
Convert protocol decode tables for Single, VendorPrivate, and
VendorPrivateWithReply message to use nice, compact N-way search trees generated by scripts in Mesa. The Render protocol decode tables are next...
Diffstat (limited to 'GL/glx/glxext.h')
-rw-r--r--GL/glx/glxext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/GL/glx/glxext.h b/GL/glx/glxext.h
index f48f331d4..b19a7163b 100644
--- a/GL/glx/glxext.h
+++ b/GL/glx/glxext.h
@@ -67,7 +67,6 @@ extern GLboolean __glXFreeContext(__GLXcontext *glxc);
extern void __glXFlushContextCache(void);
extern void __glXNoSuchRenderOpcode(GLbyte*);
-extern int __glXNoSuchSingleOpcode(__GLXclientState*, GLbyte*);
extern void __glXErrorCallBack(__GLinterface *gc, GLenum code);
extern void __glXClearErrorOccured(void);
extern GLboolean __glXErrorOccured(void);