Skip to content

Commit

Permalink
remove no longer needed code
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <[email protected]>
  • Loading branch information
kdt3rd committed Dec 31, 2024
1 parent 8e6e2c0 commit 86f669a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/OpenEXRCore/internal_dwa_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ LossyDctDecoder_base_construct (
d->_toLinear = toLinear;
d->_width = width;
d->_height = height;
//if (d->_toLinear == NULL) d->_toLinear = dwaCompressorNoOp;

//d->_isNativeXdr = GLOBAL_SYSTEM_LITTLE_ENDIAN;

Expand Down

0 comments on commit 86f669a

Please sign in to comment.