diff options
author | Brian <[email protected]> | 2007-10-31 15:59:24 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 15:59:24 -0600 |
commit | 869318db646e8a1e040cc56f271936f0c94762dc (patch) | |
tree | e00b1e1af689b328085d2ab7f7b5772e437c3482 /src/mesa/pipe/xlib/xmesaP.h | |
parent | 3023756684eb54642477802757eeb9fb5da433cc (diff) |
move few remaining bits of xm_dd.c into xm_api.c
Diffstat (limited to 'src/mesa/pipe/xlib/xmesaP.h')
-rw-r--r-- | src/mesa/pipe/xlib/xmesaP.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index 3cfb2e958db..c4c78be8640 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -484,10 +484,6 @@ extern void xmesa_check_and_update_buffer_size(XMesaContext xmctx, XMesaBuffer drawBuffer); extern void -xmesa_init_driver_functions( XMesaVisual xmvisual, - struct dd_function_table *driver ); - -extern void xmesa_set_renderbuffer_funcs(struct xmesa_renderbuffer *xrb, enum pixel_format pixelformat, GLint depth); |