1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-17 15:41:01 +00:00

Silence warning

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

@ -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)
{
unsigned i;
Vertex vert[4];
float tex_w, tex_h;
void *verts = NULL;