projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b7d78
)
draw: remove unused variable
author
Keith Whitwell
<keithw@vmware.com>
Tue, 1 Sep 2009 10:11:28 +0000
(11:11 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Wed, 2 Sep 2009 17:31:47 +0000
(18:31 +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 be2f0f27f2902493f6b1481df210ea4eaf21e6d6..3cfae2de83167fd72b68121a262f3d2a8ae54ce9 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;