sub: remove osd_get_sub()

Trades one strange thing against another, but seems slightly less
strange.
This commit is contained in:
wm4
2014-10-31 23:59:10 +01:00
parent 75afef6463
commit 3f3a6b13bd
5 changed files with 7 additions and 13 deletions

View File

@@ -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);