# HG changeset patch # User diego # Date 1188048505 0 # Node ID b5a39fa1bf4c5d710d7a360146ca2ccb0165e6b5 # Parent 0491b2db2777e29fe1719d09481dda34a4a9fc8e Fix warnings: In file included from mplayer.c:341: libass/ass_mp.h:27: warning: redundant redeclaration of 'ass_enabled' mp_core.h:115: warning: previous declaration of 'ass_enabled' was here In file included from command.c:58: mp_core.h:115: warning: redundant redeclaration of 'ass_enabled' libass/ass_mp.h:27: warning: previous declaration of 'ass_enabled' was here diff -r 0491b2db2777 -r b5a39fa1bf4c mp_core.h --- a/mp_core.h Sat Aug 25 13:23:40 2007 +0000 +++ b/mp_core.h Sat Aug 25 13:28:25 2007 +0000 @@ -112,7 +112,6 @@ extern int osd_duration; extern int term_osd; extern int fixed_vo; -extern int ass_enabled; extern int forced_subs_only;