--- libjpeg-turbo-2.0.2.old/jpeglib.h +++ libjpeg-turbo-2.0.2/jpeglib.h @@ -975,12 +975,6 @@ /* Alternate compression function: just write an abbreviated table file */ EXTERN(void) jpeg_write_tables(j_compress_ptr cinfo); -/* Write ICC profile. See libjpeg.txt for usage information. */ -EXTERN(void) jpeg_write_icc_profile(j_compress_ptr cinfo, - const JOCTET *icc_data_ptr, - unsigned int icc_data_len); - - /* Decompression startup: read start of JPEG datastream to see what's there */ EXTERN(int) jpeg_read_header(j_decompress_ptr cinfo, boolean require_image); /* Return value is one of: */