summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-19 09:45:23 -0600
committerBrian Paul <brianp@vmware.com>2009-06-19 09:45:23 -0600
commitd2e4643767ce2a1f30e6ef1c86c2aa225c025c32 (patch)
treef7f0fc2f43ec6d68fde64740b3e75902ed5f2333 /src/gallium/auxiliary/draw/draw_pt.h
parent09da78c235cdfa736cd5ea8ee62757f58b7d9f96 (diff)
draw: use u_reduced_prim() function
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h
index 8ef0ea8011..7a17a9fb6b 100644
--- a/src/gallium/auxiliary/draw/draw_pt.h
+++ b/src/gallium/auxiliary/draw/draw_pt.h
@@ -228,7 +228,6 @@ void draw_pt_post_vs_destroy( struct pt_post_vs *pvs );
* Utils:
*/
void draw_pt_split_prim(unsigned prim, unsigned *first, unsigned *incr);
-unsigned draw_pt_reduced_prim(unsigned prim);
#endif