summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-01 10:59:21 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-01 10:59:21 +0000
commitefd13273f97a50d7e1ca99855090c89f05c9bfa0 (patch)
tree27f93f76e534550d444d5d0c120d020d38452b62 /libvo
parent0da07e37242883585bee1f9cfb51409286970ccb (diff)
downloadmpv-efd13273f97a50d7e1ca99855090c89f05c9bfa0.tar.bz2
mpv-efd13273f97a50d7e1ca99855090c89f05c9bfa0.tar.xz
Get rid of unused variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18877 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 0 insertions, 1 deletions
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);