summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:28:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:28:25 +0000
commit030020a181eedd57b3525abfbd883ae825f61e15 (patch)
tree74e32ba4ebef2960a5bbb8506e4154e4dafb9b0c /mp_core.h
parenta54c7c3ca46983993146ccc061ee7a6863b1cbec (diff)
downloadmpv-030020a181eedd57b3525abfbd883ae825f61e15.tar.bz2
mpv-030020a181eedd57b3525abfbd883ae825f61e15.tar.xz
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
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h1
1 files changed, 0 insertions, 1 deletions
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;