Remove an unused field

This commit is contained in:
Chris Robinson 2014-06-28 00:46:45 -07:00
parent 7908116fef
commit afcada4a3b

View file

@ -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)
{