diff options
author | Ian Romanick <idr@us.ibm.com> | 2004-12-20 04:53:00 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2004-12-20 04:53:00 +0000 |
commit | 0d84c68313cba241b8020f12211f2abdfd53a955 (patch) | |
tree | a2f1a7d9bb14166a0ea8b250acc32068e49f11e9 /src/glx/x11/single2.c | |
parent | 46be433c47027ad1bed6ccaa0200fa2ffa6a7b2c (diff) |
Use GLX protocol code generated by glX_proto_send.py.
Diffstat (limited to 'src/glx/x11/single2.c')
-rw-r--r-- | src/glx/x11/single2.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index 6a6ad31dcf..9724a97c02 100644 --- a/src/glx/x11/single2.c +++ b/src/glx/x11/single2.c @@ -113,20 +113,6 @@ GLenum __indirect_glGetError(void) return retval; } -void __indirect_glGetClipPlane(GLenum plane, GLdouble *equation) -{ - __GLX_SINGLE_DECLARE_VARIABLES(); - xGLXSingleReply reply; - __GLX_SINGLE_LOAD_VARIABLES(); - __GLX_SINGLE_BEGIN(X_GLsop_GetClipPlane,4); - __GLX_SINGLE_PUT_LONG(0,plane); - __GLX_SINGLE_READ_XREPLY(); - if (reply.length == 8) { - __GLX_SINGLE_GET_DOUBLE_ARRAY(equation,4); - } - __GLX_SINGLE_END(); -} - #define CASE_ARRAY_ENABLE(enum_name,array,dest,gl_type) \ case GL_ ## enum_name ## _ARRAY: \ *dest = (gl_type) (IS_ARRAY_ENABLED(state, array)); break |