From 3f3a6b13bd05f6b0c0a68d8857699368a1949cd6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 31 Oct 2014 23:59:10 +0100 Subject: sub: remove osd_get_sub() Trades one strange thing against another, but seems slightly less strange. --- sub/osd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index e1da9bccd2..015bae29e5 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -157,7 +157,6 @@ struct osd_sub_state { bool render_bitmap_subs; }; void osd_set_sub(struct osd_state *osd, int obj, struct osd_sub_state *substate); -void osd_get_sub(struct osd_state *osd, int obj, struct osd_sub_state *substate); bool osd_get_render_subs_in_filter(struct osd_state *osd); void osd_set_render_subs_in_filter(struct osd_state *osd, bool s); -- cgit v1.2.3