mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
ws/xlib: remove redundant declarations
This commit is contained in:
parent
9b7c332d5f
commit
7f9a3959b0
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue