mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 01:23:17 +00:00
Get rid of unused variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18877 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0da07e3724
commit
efd13273f9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user