Module: Mesa Branch: gallium-sw-api-2 Commit: 7f9a3959b0a69f6f4b520a87e3ea87918cf89f11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f9a3959b0a69f6f4b520a87e3ea87918cf89f11
Author: Keith Whitwell <[email protected]> Date: Mon Mar 8 15:35:51 2010 +0000 ws/xlib: remove redundant declarations --- src/gallium/winsys/xlib/xlib.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/gallium/winsys/xlib/xlib.h b/src/gallium/winsys/xlib/xlib.h index 7f9f910..8e091d0 100644 --- a/src/gallium/winsys/xlib/xlib.h +++ b/src/gallium/winsys/xlib/xlib.h @@ -9,12 +9,5 @@ extern struct xm_driver xlib_softpipe_driver; extern struct xm_driver xlib_llvmpipe_driver; extern struct xm_driver xlib_cell_driver; -/* Internal: - */ -struct sw_winsys; -struct sw_displaytarget; -struct sw_winsys *xlib_create_sw_winsys( void ); -void xlib_sw_display(struct xmesa_buffer *xm_buffer, - struct sw_displaytarget *dt); #endif _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
