From 71cc322f13f6504ecbffbf4a41e1d466b892bb90 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Feb 2015 15:49:26 +0100 Subject: sub: move mp_ass_configure() code sd_ass.c is the only user, and the function is starting to become extremely "special". No other changes. --- sub/ass_mp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sub/ass_mp.h') diff --git a/sub/ass_mp.h b/sub/ass_mp.h index 4e5cc88554..ac0dc26803 100644 --- a/sub/ass_mp.h +++ b/sub/ass_mp.h @@ -52,9 +52,6 @@ void mp_ass_add_default_styles(ASS_Track *track, struct MPOpts *opts); ASS_Track *mp_ass_default_track(ASS_Library *library, struct MPOpts *opts); -struct MPOpts; -void mp_ass_configure(ASS_Renderer *priv, struct MPOpts *opts, bool is_ass, - struct mp_osd_res *dim); void mp_ass_configure_fonts(ASS_Renderer *priv, struct osd_style_opts *opts, struct mpv_global *global, struct mp_log *log); ASS_Library *mp_ass_init(struct mpv_global *global, struct mp_log *log); -- cgit v1.2.3