r600g: fix warning introduced by last commit.
[mesa.git] / src / gallium / drivers / softpipe / sp_screen.h
index 4d7d8bada2cdbf9461162c7eb6474441e8b56667..f741454c9e5f472578baa43a25db8aa93fa3d4a3 100644 (file)
@@ -59,12 +59,4 @@ softpipe_screen( struct pipe_screen *pipe )
 
 
 
-/**
- * Create a softpipe screen that uses the
- * given winsys for allocating buffers.
- */
-struct pipe_screen *softpipe_create_screen( struct sw_winsys * );
-
-
-
 #endif /* SP_SCREEN_H */