From e421e08c2fadbc4f81846c5634c8e96f49346ddb Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 17 May 2019 07:39:56 +0200 Subject: [PATCH] remove unused lv_img_decoder_set_custom --- src/lv_draw/lv_draw_img.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/lv_draw/lv_draw_img.h b/src/lv_draw/lv_draw_img.h index d8e927176..5db721af7 100644 --- a/src/lv_draw/lv_draw_img.h +++ b/src/lv_draw/lv_draw_img.h @@ -49,18 +49,6 @@ void lv_draw_img(const lv_area_t * coords, const lv_area_t * mask, const void * */ lv_img_src_t lv_img_src_get_type(const void * src); -/** - * Set custom decoder functions. See the typdefs of the function typed above for more info about - * them - * @param info_fp info get function - * @param open_fp open function - * @param read_fp read line function - * @param close_fp clode function - */ -void lv_img_decoder_set_custom(lv_img_decoder_info_f_t info_fp, lv_img_decoder_open_f_t open_fp, - lv_img_decoder_read_line_f_t read_fp, - lv_img_decoder_close_f_t close_fp); - /** * Get the color of an image's pixel * @param dsc an image descriptor