Silence warning

This commit is contained in:
twinaphex 2018-01-19 04:56:10 +01:00
parent dc81998c0b
commit 47f6ff7435

View File

@ -113,7 +113,6 @@ static void d3d8_renderchain_set_vertices(void *data, unsigned pass,
if (chain->last_width != vert_width || chain->last_height != vert_height) if (chain->last_width != vert_width || chain->last_height != vert_height)
{ {
unsigned i;
Vertex vert[4]; Vertex vert[4];
float tex_w, tex_h; float tex_w, tex_h;
void *verts = NULL; void *verts = NULL;