kopia lustrzana https://gitlab.com/sane-project/backends
Remove unused function.
rodzic
296a4b68f9
commit
df59815895
|
@ -28,13 +28,6 @@ typedef struct
|
||||||
unsigned char buffer[INPUT_BUFFER_SIZE];
|
unsigned char buffer[INPUT_BUFFER_SIZE];
|
||||||
} my_source_mgr;
|
} 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)
|
* \fn static boolean fill_input_buffer(j_decompress_ptr cinfo)
|
||||||
* \brief Called in the "skip_input_data" function.
|
* \brief Called in the "skip_input_data" function.
|
||||||
|
|
Ładowanie…
Reference in New Issue