mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
st/nine: Silent warning in update_vertex_buffer
There was an unused variable
This commit is contained in:
parent
719f124620
commit
2f02d5e814
1 changed files with 0 additions and 1 deletions
|
|
@ -644,7 +644,6 @@ update_vertex_buffers(struct NineDevice9 *device)
|
|||
struct pipe_vertex_buffer dummy_vtxbuf;
|
||||
uint32_t mask = state->changed.vtxbuf;
|
||||
unsigned i;
|
||||
unsigned start;
|
||||
|
||||
DBG("mask=%x\n", mask);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue