aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-13 18:43:51 -0400
committerPaul Gilbert2015-08-13 18:43:51 -0400
commite02965c40a607209cc7a46b78cfeab21b0e292da (patch)
tree632ee260ff3356813d94cb23d4cb643cfe64506e /engines/sherlock/sound.h
parent336abef4012d359759a607f10138352cdae514c7 (diff)
downloadscummvm-rg350-e02965c40a607209cc7a46b78cfeab21b0e292da.tar.gz
scummvm-rg350-e02965c40a607209cc7a46b78cfeab21b0e292da.tar.bz2
scummvm-rg350-e02965c40a607209cc7a46b78cfeab21b0e292da.zip
SHERLOCK: RT: SImplification of old speech code
Diffstat (limited to 'engines/sherlock/sound.h')
-rw-r--r--engines/sherlock/sound.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h
index 3894d16c7c..c71a29c3f4 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -58,8 +58,6 @@ public:
bool _speechOn;
bool _soundPlaying;
bool _speechPlaying;
- bool *_soundIsOn;
- byte *_digiBuf;
int _soundVolume;
Common::String _talkSoundFile;