changeset 24158:b5a39fa1bf4c

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
author diego
date Sat, 25 Aug 2007 13:28:25 +0000
parents 0491b2db2777
children 13a22175045e
files mp_core.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;