1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Removed unused variable

This commit is contained in:
Ted John
2022-05-21 15:10:04 +01:00
parent fe2e054f53
commit 03d7bb0995
2 changed files with 0 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ namespace OpenRCT2::Audio
private:
AudioFormat _format = {};
SDL_RWops* _rw = nullptr;
bool _released{};
FLAC__StreamDecoder* _decoder{};
uint32_t _bitsPerSample{};

View File

@@ -32,8 +32,6 @@ namespace OpenRCT2::Audio
uint64_t _dataLength{};
uint32_t _totalSamples{};
int32_t _section{};
std::vector<uint8_t> _decodeBuffer;
size_t _decodeBufferReadOffset{};
size_t _currentOffset{};
public: