ws/xlib: remove redundant declarations

This commit is contained in:
Keith Whitwell 2010-03-08 15:35:51 +00:00
parent 9b7c332d5f
commit 7f9a3959b0
1 changed files with 0 additions and 7 deletions

View File

@ -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