# HG changeset patch # User diego # Date 1188060160 0 # Node ID 5d8075c4a2c2411e9eefd6f6b4a5539fa3283501 # Parent 6c2e562c873f45b784ca36bf770804fb20541b7c Remove pointless variable declaration, the code that sets it is long-gone. diff -r 6c2e562c873f -r 5d8075c4a2c2 libvo/vo_aa.c --- a/libvo/vo_aa.c Sat Aug 25 16:42:38 2007 +0000 +++ b/libvo/vo_aa.c Sat Aug 25 16:42:40 2007 +0000 @@ -82,9 +82,6 @@ font_desc_t* vo_font_save = NULL; static struct SwsContext *sws=NULL; -/* to disable stdout outputs when curses/linux mode */ -extern int quiet; - /* configuration */ int aaopt_osdcolor = AA_SPECIAL; int aaopt_subcolor = AA_SPECIAL;