mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 13:00:21 +01:00
draw: remove unused variable
This commit is contained in:
parent
d9b7d7875b
commit
1d7a989b10
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue