[MPlayer-cvslog] r18877 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Sat Jul 1 12:59:21 CEST 2006
Author: reimar
Date: Sat Jul 1 12:59:21 2006
New Revision: 18877
Modified:
trunk/libvo/vo_gl.c
Log:
Get rid of unused variable
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c (original)
+++ trunk/libvo/vo_gl.c Sat Jul 1 12:59:21 2006
@@ -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);
More information about the MPlayer-cvslog
mailing list