From df59815895846505c5fccb84dd309405395dbccb Mon Sep 17 00:00:00 2001 From: Ordissimo Date: Wed, 25 Dec 2019 18:43:56 +0000 Subject: [PATCH] Remove unused function. --- backend/escl/escl_jpeg.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/backend/escl/escl_jpeg.c b/backend/escl/escl_jpeg.c index d3cc0244b..e6f652370 100644 --- a/backend/escl/escl_jpeg.c +++ b/backend/escl/escl_jpeg.c @@ -28,13 +28,6 @@ typedef struct unsigned char buffer[INPUT_BUFFER_SIZE]; } my_source_mgr; - -static void -error_exit(j_common_ptr cinfo) -{ - longjmp(cinfo->client_data, 1); -} - /** * \fn static boolean fill_input_buffer(j_decompress_ptr cinfo) * \brief Called in the "skip_input_data" function.