Skip to content

Commit 4601741

Browse files
committed
Remove TODOs that have been checked
1 parent e3ef4d6 commit 4601741

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Source/astcenc_image.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ void fetch_image_block(
246246
}
247247

248248
// Reverse the encoding so we store origin block in the original format
249-
// TODO: Move this to when we consume it, as we rarely do?
250249
vfloat4 data_enc = blk.texel(0);
251250
vfloat4 data_enc_unorm = data_enc / 65535.0f;
252251
vfloat4 data_enc_lns = vfloat4::zero();

Source/astcenc_internal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,6 @@ struct symbolic_compressed_block
11751175
uint8_t partition_count;
11761176

11771177
/** @brief Non-zero if the color formats matched; valid for @c NONCONST blocks. */
1178-
// TODO: Do we need to store this?
11791178
uint8_t color_formats_matched;
11801179

11811180
/** @brief The plane 2 color component, or -1 if single plane; valid for @c NONCONST blocks. */

0 commit comments

Comments
 (0)