diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 2edab2515f..0a9fd426d7 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -170,7 +170,6 @@ static void update_yuvconv(void) { mp_msg(MSGT_VO, MSGL_WARN, "[gl] Could not read customprog %s\n", custom_prog); else { - int i; char *prog = calloc(1, MAX_CUSTOM_PROG_SIZE + 1); fread(prog, 1, MAX_CUSTOM_PROG_SIZE, f); fclose(f);