diff options
author | Keith Whitwell <[email protected]> | 2010-03-08 15:35:51 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-08 16:35:43 +0000 |
commit | 7f9a3959b0a69f6f4b520a87e3ea87918cf89f11 (patch) | |
tree | 5414e300b9a3db9d8b0f872cd87b55f8185f5e9f | |
parent | 9b7c332d5f099fcf090bee9dbda9c73d7912b211 (diff) |
ws/xlib: remove redundant declarations
-rw-r--r-- | 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 7f9f910b88d..8e091d0c084 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 |