From fad3f324a81e4baf752cd388cda24e2608838945 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 29 Jan 2017 23:29:01 +0100 Subject: CRYO: Remove a couple of unused class members --- engines/cryo/sound.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/cryo/sound.h') diff --git a/engines/cryo/sound.h b/engines/cryo/sound.h index b05c08ea71..c6fee3c45f 100644 --- a/engines/cryo/sound.h +++ b/engines/cryo/sound.h @@ -71,15 +71,13 @@ public: class SoundGroup { private: - CryoEngine *_vm; - Sound *_sounds[kCryoMaxClSounds]; int16 _numSounds; int16 _soundIndex; int16 _playIndex; public: - SoundGroup(CryoEngine *vm, int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode); + SoundGroup(int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode); ~SoundGroup(); bool assignDatas(void *buffer, int length, bool isSigned); -- cgit v1.2.3