summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/dec_sub.h')
-rw-r--r--sub/dec_sub.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/dec_sub.h b/sub/dec_sub.h
index 263df19bc0..4eb833c52b 100644
--- a/sub/dec_sub.h
+++ b/sub/dec_sub.h
@@ -21,9 +21,6 @@ void sub_reset(struct sh_sub *sh, struct osd_state *osd);
void sub_switchoff(struct sh_sub *sh, struct osd_state *osd);
void sub_uninit(struct sh_sub *sh);
-struct sh_sub *sd_ass_create_from_track(struct ass_track *track,
- const char *codec, struct MPOpts *opts);
-
#ifdef CONFIG_ASS
struct ass_track *sub_get_ass_track(struct osd_state *osd);
#endif