From: mayeut Date: Fri, 9 Oct 2015 20:20:16 +0000 (+0200) Subject: Revert modification made to check incompatibility X-Git-Tag: v2.1.1~22^2~34^2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cba89a62a18367ebccb1354afb884f9a8308f6bd;p=openjpeg Revert modification made to check incompatibility --- diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index 49aab7c8..c07e9c84 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -677,8 +677,6 @@ typedef struct opj_image { OPJ_BYTE *icc_profile_buf; /** size of ICC profile */ OPJ_UINT32 icc_profile_len; - /** size of ICC profile */ - OPJ_UINT32 icc_profile_len2; } opj_image_t;