Mercurial > mplayer.hg
changeset 25521:5b70080c41d2
Remove unused static variables, fixes the warnings:
vo_bl.c: At top level:
vo_bl.c:64: warning: 'yoff' defined but not used
vo_bl.c:64: warning: 'stride' defined but not used
author | diego |
---|---|
date | Sun, 30 Dec 2007 11:07:53 +0000 |
parents | 1a97bd3ad684 |
children | f427bb6d868e |
files | libvo/vo_bl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_bl.c Sun Dec 30 11:05:53 2007 +0000 +++ b/libvo/vo_bl.c Sun Dec 30 11:07:53 2007 +0000 @@ -61,7 +61,7 @@ static unsigned char *image = NULL; static unsigned char *tmp = NULL; -static int framenum, yoff, stride; +static int framenum; static char *bl_subdevice = NULL; static int prevpts = -1;