From 60452f640fd405133ebf6f7ba773b0e25071fcf1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Jan 2017 16:34:31 +0100 Subject: osd: move some internal declarations to internal headers --- sub/osd.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index 755aca9969..f0ebc3b827 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -199,17 +199,8 @@ void osd_rescale_bitmaps(struct sub_bitmaps *imgs, int frame_w, int frame_h, struct mp_osd_res res, double compensate_par); // defined in osd_libass.c and osd_dummy.c - -// internal use only -void osd_object_get_bitmaps(struct osd_state *osd, struct osd_object *obj, - int format, struct sub_bitmaps *out_imgs); -void osd_init_backend(struct osd_state *osd); -void osd_destroy_backend(struct osd_state *osd); - void osd_set_external(struct osd_state *osd, void *id, int res_x, int res_y, char *text); - -// doesn't need locking void osd_get_function_sym(char *buffer, size_t buffer_size, int osd_function); #endif /* MPLAYER_SUB_H */ -- cgit v1.2.3