mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
python: Remove unused var.
This commit is contained in:
parent
969ff9e9bf
commit
90ed1742d5
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ struct st_context {
|
|||
unsigned buffer_offset,
|
||||
struct st_buffer *buffer)
|
||||
{
|
||||
unsigned i, num_vertex_buffers;
|
||||
unsigned i;
|
||||
struct pipe_vertex_buffer state;
|
||||
|
||||
memset(&state, 0, sizeof(state));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue