[MPlayer-cvslog] r24190 - trunk/libvo/vo_aa.c

diego subversion at mplayerhq.hu
Sat Aug 25 18:42:40 CEST 2007


Author: diego
Date: Sat Aug 25 18:42:40 2007
New Revision: 24190

Log:
Remove pointless variable declaration, the code that sets it is long-gone.


Modified:
   trunk/libvo/vo_aa.c

Modified: trunk/libvo/vo_aa.c
==============================================================================
--- trunk/libvo/vo_aa.c	(original)
+++ trunk/libvo/vo_aa.c	Sat Aug 25 18:42:40 2007
@@ -82,9 +82,6 @@ int aaconfigmode=1;
 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;



More information about the MPlayer-cvslog mailing list