Skip to content

Commit

Permalink
[Ref] ITCompression: Remove unused class members.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@19612 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Sep 1, 2023
1 parent 805377d commit 5c60e3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions soundlib/ITCompression.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class ITCompression
std::vector<int8> bwt; // Bit width table for each sampling point
std::vector<uint8> packedData; // Compressed data for current sample block
std::ostream *file = nullptr; // File to which compressed data will be written (can be nullptr if you only want to find out the sample size)
std::vector<int8> sampleData8; // Pre-processed sample data for currently compressed sample block
std::vector<int16> sampleData16; // Pre-processed sample data for currently compressed sample block
const ModSample &mptSample; // Sample that is being processed
size_t packedLength = 0; // Size of currently compressed sample block
size_t packedTotalLength = 0; // Size of all compressed data so far
Expand Down

0 comments on commit 5c60e3a

Please sign in to comment.