Mercurial > mplayer.hg
changeset 24170:5d8075c4a2c2
Remove pointless variable declaration, the code that sets it is long-gone.
author | diego |
---|---|
date | Sat, 25 Aug 2007 16:42:40 +0000 |
parents | 6c2e562c873f |
children | 6dcbc0080be8 |
files | libvo/vo_aa.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;