summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-07-23 01:55:13 +0300
committerUoti Urpala <uau@mplayer2.org>2011-07-23 01:55:13 +0300
commit91d6bca6950d707915f1301c2a614cc7d9a0fad0 (patch)
tree65885dfe97a622b6f2d2e83c0c3da4e4d6a20b51 /sub/ass_mp.c
parentd6890a7b5390f1f227132be96c0c1ba998b1cdf3 (diff)
downloadmpv-91d6bca6950d707915f1301c2a614cc7d9a0fad0.tar.bz2
mpv-91d6bca6950d707915f1301c2a614cc7d9a0fad0.tar.xz
cleanup: subs: remove global ass_library variable
Diffstat (limited to 'sub/ass_mp.c')
-rw-r--r--sub/ass_mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sub/ass_mp.c b/sub/ass_mp.c
index e1b0b07853..d39781ef9d 100644
--- a/sub/ass_mp.c
+++ b/sub/ass_mp.c
@@ -41,7 +41,6 @@
#endif
// libass-related command line options
-ASS_Library *ass_library;
float ass_font_scale = 1.;
float ass_line_spacing = 0.;
int ass_top_margin = 0;