summaryrefslogtreecommitdiffstats
path: root/ass_mp.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-12-02 17:36:59 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-12-02 17:37:39 +0200
commit9afcdab6944587aaee7db0307f3087b5a275771d (patch)
treece49acdea7c9cb84e7a403a848b8df5032f11a3c /ass_mp.c
parent6da77386e99a511c36df4fde03489bab7f0d1b07 (diff)
downloadmpv-9afcdab6944587aaee7db0307f3087b5a275771d.tar.bz2
mpv-9afcdab6944587aaee7db0307f3087b5a275771d.tar.xz
options: Move ass_enabled to options struct
Diffstat (limited to 'ass_mp.c')
-rw-r--r--ass_mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ass_mp.c b/ass_mp.c
index 89a0c6eaa1..ef2337e043 100644
--- a/ass_mp.c
+++ b/ass_mp.c
@@ -37,7 +37,6 @@
// libass-related command line options
ASS_Library *ass_library;
-int ass_enabled = 0;
float ass_font_scale = 1.;
float ass_line_spacing = 0.;
int ass_top_margin = 0;