projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b39194
)
draw: Remove unused variable.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 13 Aug 2009 15:33:50 +0000
(16:33 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 13 Aug 2009 15:33:50 +0000
(16:33 +0100)
src/gallium/auxiliary/draw/draw_pipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_pipe.c
b/src/gallium/auxiliary/draw/draw_pipe.c
index bd2520dac9f62016eea66568c828bc083e278fee..1c6d657297c7e161268ad223937f1148de151033 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_pipe.c
+++ b/
src/gallium/auxiliary/draw/draw_pipe.c
@@
-232,7
+232,6
@@
void draw_pipeline_run( struct draw_context *draw,
unsigned count )
{
char *verts = (char *)vertices;
- unsigned i;
draw->pipeline.verts = verts;
draw->pipeline.vertex_stride = stride;