mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
r300g: Remove unused variable.
Fixes this GCC warning. r300_render.c: In function 'r300_draw_flush_vbuf': r300_render.c:988: warning: unused variable 'r300_render'
This commit is contained in:
parent
1288d5c392
commit
b48f20dab8
1 changed files with 0 additions and 2 deletions
|
|
@ -985,8 +985,6 @@ struct draw_stage* r300_draw_stage(struct r300_context* r300)
|
|||
|
||||
void r300_draw_flush_vbuf(struct r300_context *r300)
|
||||
{
|
||||
struct r300_render *r300render;
|
||||
|
||||
pipe_resource_reference(&r300->vbo, NULL);
|
||||
r300->draw_vbo_size = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue