diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:32:16 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:32:16 -0600 |
commit | a778d60076f0255caff5237fb40dadfaa9e406e4 (patch) | |
tree | f9fb78b63a027a23e4be5af3a89dacc7fba1b5fa /src/mesa/pipe/xlib/xmesaP.h | |
parent | 8d0d6f04a15f31c4491966767c547fe1ffbeb362 (diff) |
Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState()
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 195d4839a9..3cfb2e958d 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -488,9 +488,6 @@ xmesa_init_driver_functions( XMesaVisual xmvisual, struct dd_function_table *driver ); extern void -xmesa_update_state( GLcontext *ctx, GLbitfield new_state ); - -extern void xmesa_set_renderbuffer_funcs(struct xmesa_renderbuffer *xrb, enum pixel_format pixelformat, GLint depth); |