mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-08 22:11:09 +00:00
Remove an unused field
This commit is contained in:
parent
7908116fef
commit
afcada4a3b
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ class OpenALSoundStream : public SoundStream
|
|||
|
||||
|
||||
std::auto_ptr<FileReader> Reader;
|
||||
std::vector<BYTE> DecoderData;
|
||||
std::auto_ptr<SoundDecoder> Decoder;
|
||||
static bool DecoderCallback(SoundStream *_sstream, void *ptr, int length, void *user)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue