From 8764815186c1e3fbe2671c574969eaa76e818a1a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 30 Dec 2007 11:07:53 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25549 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_bl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_bl.c b/libvo/vo_bl.c index 4638f4438b..e2f857eca1 100644 --- a/libvo/vo_bl.c +++ b/libvo/vo_bl.c @@ -61,7 +61,7 @@ const LIBVO_EXTERN (bl) 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; -- cgit v1.2.3