From 713a8c1a89f463b395990157774998994427357a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Mar 2015 23:59:30 +0100 Subject: mp_image: remove unneeded things (But I'd really prefer removing our own refcounting mechanism fully.) --- video/mp_image.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'video/mp_image.h') diff --git a/video/mp_image.h b/video/mp_image.h index 3017ef46eb..7346fb73c3 100644 --- a/video/mp_image.h +++ b/video/mp_image.h @@ -134,12 +134,6 @@ void mp_image_steal_data(struct mp_image *dst, struct mp_image *src); struct mp_image *mp_image_new_custom_ref(struct mp_image *img, void *arg, void (*free)(void *arg)); -struct mp_image *mp_image_new_external_ref(struct mp_image *img, void *arg, - void (*ref)(void *arg), - void (*unref)(void *arg), - bool (*is_unique)(void *arg), - void (*free)(void *arg)); - void mp_image_params_guess_csp(struct mp_image_params *params); char *mp_image_params_to_str_buf(char *b, size_t bs, -- cgit v1.2.3