diff options
author | Brian Paul <[email protected]> | 2009-06-19 09:45:23 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-19 09:45:23 -0600 |
commit | d2e4643767ce2a1f30e6ef1c86c2aa225c025c32 (patch) | |
tree | f7f0fc2f43ec6d68fde64740b3e75902ed5f2333 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | 09da78c235cdfa736cd5ea8ee62757f58b7d9f96 (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.h | 1 |
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 8ef0ea8011f..7a17a9fb6b2 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 |