diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:08:19 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:08:19 -0600 |
commit | 017d08a5e040ee476b19d672c17090eaca7fa918 (patch) | |
tree | ee4cbac36875cdd64cc314dce102da9b79a7beb0 /src/mesa/pipe/xlib/xmesaP.h | |
parent | 4411614fed938ba9495f43c01de1c3099febd860 (diff) |
get rid of xmesa_clear_buffers()
Diffstat (limited to 'src/mesa/pipe/xlib/xmesaP.h')
-rw-r--r-- | src/mesa/pipe/xlib/xmesaP.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index bf4b7178f9..f878af974f 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -584,9 +584,6 @@ struct xmesa_surface extern void xmesa_clear(struct pipe_context *pipe, struct pipe_surface *ps, GLuint value); -extern void -xmesa_clear_buffers(GLcontext *ctx, GLbitfield buffers, GLuint value); - extern struct pipe_context * xmesa_create_softpipe(XMesaContext xm); |