diff options
author | Keith Whitwell <[email protected]> | 2008-04-19 15:35:22 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-19 15:35:22 +0100 |
commit | c898eae27221bd23b11327553c215a94369eeb99 (patch) | |
tree | f6b0cd6e87175ed5824db31ebf8bfb44bcec4dd7 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | 507fbe2d327efb8d608ce8e07436b97321560808 (diff) |
draw: always emit header in draw_pt_fetch.c
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 1119e9c6b8a..eaf8e0374a4 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -176,7 +176,6 @@ struct pt_emit *draw_pt_emit_create( struct draw_context *draw ); struct pt_fetch; void draw_pt_fetch_prepare( struct pt_fetch *fetch, - boolean emit_header, unsigned vertex_size ); void draw_pt_fetch_run( struct pt_fetch *fetch, |