u_vbuf_mgr: cleanup original vs real vertex buffer arrays
[mesa.git] / src / gallium / drivers / r300 / r300_screen_buffer.h
index 14bee460d5b0602ad9d8dfc50d05518346324849..360ec509cc53d645b6f9259af3d2dfe7f7fa15b7 100644 (file)
@@ -32,7 +32,6 @@
 #include "util/u_transfer.h"
 
 #include "r300_screen.h"
-#include "r300_winsys.h"
 #include "r300_context.h"
 
 /* Functions. */
@@ -49,9 +48,6 @@ struct pipe_resource *r300_user_buffer_create(struct pipe_screen *screen,
                                              void *ptr, unsigned size,
                                              unsigned bind);
 
-unsigned r300_buffer_is_referenced(struct pipe_context *context,
-                                  struct pipe_resource *buf);
-
 /* Inline functions. */
 
 static INLINE struct r300_buffer *r300_buffer(struct pipe_resource *buffer)