From 030020a181eedd57b3525abfbd883ae825f61e15 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Aug 2007 13:28:25 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24178 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index c56cbf0c40..8e4eb663d5 100644 --- a/mp_core.h +++ b/mp_core.h @@ -112,7 +112,6 @@ extern float playback_speed; extern int osd_duration; extern int term_osd; extern int fixed_vo; -extern int ass_enabled; extern int forced_subs_only; -- cgit v1.2.3