aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sound.h
diff options
context:
space:
mode:
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 e1c0777763..9dd2edb9ce 100644
--- a/engines/sherlock/sound.h
+++ b/engines/sherlock/sound.h
@@ -58,7 +58,6 @@ public:
byte *_digiBuf;
bool _midiDrvLoaded;
Common::String _currentSongName, _nextSongName;
- int _musicVolume;
public:
Sound(SherlockEngine *vm, Audio::Mixer *mixer);
@@ -94,7 +93,6 @@ public:
void stopSndFuncPtr(int v1, int v2);
void freeDigiSound();
- void setMIDIVolume(int volume);
};
} // End of namespace Sherlock