Skip to content

Commit c0c8038

Browse files
akxradarhere
andauthored
Remove unnecessary comments
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 24f42ed commit c0c8038

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libImaging/Filter.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ ImagingFilter3x3(Imaging imOut, Imaging im, const float *kernel, float offset) {
162162
out[x] = in0[x];
163163
}
164164
} else if (im->type == IMAGING_TYPE_I16) {
165-
// Check for I;16 mode once, not per pixel
166165
int bigendian = 0;
167166
if (
168167
im->mode == IMAGING_MODE_I_16B
@@ -326,7 +325,6 @@ ImagingFilter5x5(Imaging imOut, Imaging im, const float *kernel, float offset) {
326325
out[x + 1] = in0[x + 1];
327326
}
328327
} else if (im->type == IMAGING_TYPE_I16) {
329-
// Check for I;16 mode once, not per pixel
330328
int bigendian = 0;
331329
if (
332330
im->mode == IMAGING_MODE_I_16B

0 commit comments

Comments
 (0)