mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Removed unused variable
This commit is contained in:
@@ -26,7 +26,6 @@ namespace OpenRCT2::Audio
|
||||
private:
|
||||
AudioFormat _format = {};
|
||||
SDL_RWops* _rw = nullptr;
|
||||
bool _released{};
|
||||
|
||||
FLAC__StreamDecoder* _decoder{};
|
||||
uint32_t _bitsPerSample{};
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user