util: Move u_debug to utils
[mesa.git] / src / gallium / auxiliary / util / u_draw_quad.h
index 6553d5d7b6b4a11208c64178c90e726ffe81f733..e5b676a5a2374b3f02d60355978de809e3b55262 100644 (file)
@@ -51,12 +51,6 @@ void
 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer,
                              uint prim_type, uint num_verts, uint num_attribs);
 
-extern void 
-util_draw_texquad(struct pipe_context *pipe, struct cso_context *cso,
-                  uint vbuf_slot,
-                  float x0, float y0, float x1, float y1, float z);
-
-
 #ifdef __cplusplus
 }
 #endif