mirror of https://github.com/mpv-player/mpv
Remove pointless variable declaration, the code that sets it is long-gone.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24190 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
aad3231850
commit
10830393d6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue