aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/video.h
diff options
context:
space:
mode:
authorStrangerke2017-01-05 08:56:49 -0800
committerEugene Sandulenko2017-01-25 22:42:21 +0100
commit05833d27e342336d37d80863bac11c028926a50e (patch)
tree1ea9e81b185e692c4dac84076448d167451d21a6 /engines/cryo/video.h
parente20f65e5ea3eac8420fc5b54e5ad64d538b98148 (diff)
downloadscummvm-rg350-05833d27e342336d37d80863bac11c028926a50e.tar.gz
scummvm-rg350-05833d27e342336d37d80863bac11c028926a50e.tar.bz2
scummvm-rg350-05833d27e342336d37d80863bac11c028926a50e.zip
CRYO: Remove some useless variables
Diffstat (limited to 'engines/cryo/video.h')
-rw-r--r--engines/cryo/video.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/cryo/video.h b/engines/cryo/video.h
index 2c55baa5d9..35977f01a1 100644
--- a/engines/cryo/video.h
+++ b/engines/cryo/video.h
@@ -50,13 +50,6 @@ private:
void setupSoundADPCM(int16 numSounds, int16 length, int16 sampleSize, float rate, int16 mode);
void init();
- // Unused
- void done();
- void canLoop(bool canLoop);
- void soundInADPCM(bool is_adpcm);
- void soundMono(bool is_mono);
- //
-
bool _soundStarted;
int16 _pendingSounds;
float _timeDrift;
@@ -68,7 +61,6 @@ private:
int16 _prevRight;
int16 _prevLeft;
bool _useAdpcm;
- bool _useMono;
bool _preserveColor0;
int16 decompTable[256];
bool _safePalette;
@@ -80,16 +72,12 @@ private:
byte *_readBuffer;
byte *_dataPtr;
color_t _palette[256];
- bool _canLoop;
- int16 _chunkId;
int _totalRead;
void (*_customChunkHandler)(byte *buffer, int size, int16 id, char h6, char h7);
SoundChannel *_soundChannel;
SoundGroup *_soundGroup;
- SoundChannel *_soundChannelAdpcm;
- SoundGroup *_soundGroupAdpcm;
public:
uint16 _curVideoNum;