Mercurial > mplayer.hg
changeset 18872:f2fe972c7617
Get rid of unused variable
author | reimar |
---|---|
date | Sat, 01 Jul 2006 10:59:21 +0000 |
parents | 32743cc5f380 |
children | f974a20a7543 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Sat Jul 01 10:58:32 2006 +0000 +++ b/libvo/vo_gl.c Sat Jul 01 10:59:21 2006 +0000 @@ -170,7 +170,6 @@ 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);