summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/xlib/xmesaP.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 15:59:24 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 15:59:24 -0600
commit869318db646e8a1e040cc56f271936f0c94762dc (patch)
treee00b1e1af689b328085d2ab7f7b5772e437c3482 /src/mesa/pipe/xlib/xmesaP.h
parent3023756684eb54642477802757eeb9fb5da433cc (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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h
index 3cfb2e958d..c4c78be864 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);