From: malaterre Date: Tue, 8 Nov 2005 19:42:24 +0000 (+0000) Subject: STYLE: Remove personal comments...make patch more difficult X-Git-Tag: OpenJPEG.Version1.2~7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f76c1b94301b195db2b469ca4a32b45b71ad28d0;p=gdcm.git STYLE: Remove personal comments...make patch more difficult --- diff --git a/src/gdcmopenjpeg/libopenjpeg/j2k.c b/src/gdcmopenjpeg/libopenjpeg/j2k.c index d0c4fd87..09868ca6 100644 --- a/src/gdcmopenjpeg/libopenjpeg/j2k.c +++ b/src/gdcmopenjpeg/libopenjpeg/j2k.c @@ -247,9 +247,6 @@ void j2k_read_siz() j2k_img->comps[i].sgnd = tmp >> 7; j2k_img->comps[i].dx = cio_read(1); /* XRsiz_i */ j2k_img->comps[i].dy = cio_read(1); /* YRsiz_i */ - /* ===> */ - /* ===> FIXME : local variables w and h are never used */ - /* ===> */ w = int_ceildiv(j2k_img->x1 - j2k_img->x0, j2k_img->comps[i].dx); h = int_ceildiv(j2k_img->y1 - j2k_img->y0, j2k_img->comps[i].dy); j2k_img->comps[i].resno_decoded = 0; /* number of resolution decoded */