summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-19 15:35:22 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-19 15:35:22 +0100
commitc898eae27221bd23b11327553c215a94369eeb99 (patch)
treef6b0cd6e87175ed5824db31ebf8bfb44bcec4dd7 /src/gallium/auxiliary/draw/draw_pt.h
parent507fbe2d327efb8d608ce8e07436b97321560808 (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.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 1119e9c6b8..eaf8e0374a 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,