mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 08:08:25 +02:00
r300g: Remove redundant initialization.
Remove redundant initialization from commit
3b01b52bd7 noticed by tstellar.
This commit is contained in:
parent
9e96ea0652
commit
d123959ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ void r300_emit_vertex_arrays(struct r300_context* r300, int offset, boolean inde
|
|||
unsigned vertex_array_count = r300->velems->count;
|
||||
unsigned packet_size = (vertex_array_count * 3 + 1) / 2;
|
||||
struct pipe_vertex_buffer *vb1, *vb2;
|
||||
unsigned *hw_format_size = r300->velems->format_size;
|
||||
unsigned *hw_format_size;
|
||||
unsigned size1, size2;
|
||||
CS_LOCALS(r300);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue