diff options
author | Marek Olšák <[email protected]> | 2017-02-15 14:50:16 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-02-18 01:22:08 +0100 |
commit | 7f0bf00dc9f0740dc20ba6ab365456105d7de20a (patch) | |
tree | df91ac3bf481f1bd7112ad9b6d27946eee6ee419 /src/gallium/auxiliary/util/u_draw_quad.h | |
parent | b5b093667707348732daa14d2aef8532f31ada83 (diff) |
gallium/util: remove unused helper util_draw_texquad
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_draw_quad.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_draw_quad.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/util/u_draw_quad.h b/src/gallium/auxiliary/util/u_draw_quad.h index 6553d5d7b6b..e5b676a5a23 100644 --- a/src/gallium/auxiliary/util/u_draw_quad.h +++ b/src/gallium/auxiliary/util/u_draw_quad.h @@ -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 |