mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
draw: Remove unused variable.
This commit is contained in:
parent
7b39194e2d
commit
5c5364a0f6
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