# HG changeset patch # User diego # Date 1199012873 0 # Node ID 5b70080c41d237cd4532735646e3cc537ebe852f # Parent 1a97bd3ad6849b3ce2faabc8a1bfc43e1b60ac08 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 diff -r 1a97bd3ad684 -r 5b70080c41d2 libvo/vo_bl.c --- 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;