Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Apr 9, 2022
1 parent b6a3cde commit 8635f4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/astcenc_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,11 @@ void fetch_image_block_fast_ldr(
blk.ypos = ypos;
blk.zpos = zpos;

// True if any non-identity swizzle
int idx = 0;

vfloat4 data_min(1e38f);
vfloat4 data_mean = vfloat4::zero();
vfloat4 data_max(-1e38f);
bool grayscale = true;
int idx = 0;

const uint8_t* plane = static_cast<const uint8_t*>(img.data[0]);
for (unsigned int y = ypos; y < ypos + bsd.ydim; y++)
Expand Down

0 comments on commit 8635f4d

Please sign in to comment.