remove not useful comment

This commit is contained in:
Mickael Savinaud 2016-12-10 21:54:05 +01:00
parent 43991a806c
commit df7228d7e5
1 changed files with 0 additions and 1 deletions

View File

@ -10214,7 +10214,6 @@ OPJ_BOOL opj_j2k_start_compress(opj_j2k_t *p_j2k,
}
opj_copy_image_header(p_image, p_j2k->m_private_image);
/* TODO_MSD: Find a better way */
if (p_image->comps) {
OPJ_UINT32 it_comp;
for (it_comp = 0 ; it_comp < p_image->numcomps; it_comp++) {