Skip to content

Commit

Permalink
Removed unused sliceOptimizationData::type
Browse files Browse the repository at this point in the history
Removed unused `sliceOptimizationData::type` (which is always equal to `OPENEXR_IMF_INTERNAL_NAMESPACE::HALF`).

Signed-off-by: Matthias Moulin <matthias.moulin@gmail.com>
  • Loading branch information
matt77hias authored May 2, 2024
1 parent 694606d commit f08d34e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/OpenEXR/ImfScanLineInputFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ struct sliceOptimizationData
half fillValue; ///< if filling, the value to use
size_t
offset; ///< position this channel will be in the read buffer, accounting for previous channels, as well as their type
PixelType type; ///< type of channel
size_t
xStride; ///< x-stride of channel in buffer (must be set to cause channels to interleave)
size_t
Expand Down

0 comments on commit f08d34e

Please sign in to comment.