aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/video/hnm_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryomni3d/video/hnm_decoder.h')
-rw-r--r--engines/cryomni3d/video/hnm_decoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cryomni3d/video/hnm_decoder.h b/engines/cryomni3d/video/hnm_decoder.h
index 681dd87e4b..b09026b674 100644
--- a/engines/cryomni3d/video/hnm_decoder.h
+++ b/engines/cryomni3d/video/hnm_decoder.h
@@ -106,8 +106,6 @@ private:
protected:
Audio::AudioStream *getAudioStream() const { return _audioStream; }
private:
- uint16 _channels;
- uint16 _bits;
Audio::QueuingAudioStream *_audioStream;
bool _gotLUT;
uint16 _lut[256];