aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.cpp')
-rw-r--r--simon/sound.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index 04391b61d3..8bc071a53a 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -58,7 +58,6 @@ public:
int playSound(uint sound, PlayingSoundHandle *handle, byte flags);
};
-
BaseSound::BaseSound(SoundMixer *mixer, File *file, uint32 base, bool bigendian) {
_mixer = mixer;
_file = file;
@@ -231,10 +230,6 @@ int MP3Sound::playSound(uint sound, PlayingSoundHandle *handle, byte flags)
}
#endif
-
-/******************************************************************************/
-
-
SimonSound::SimonSound(const byte game, const GameSpecificSettings *gss, const Common::String &gameDataPath, SoundMixer *mixer)
: _game(game), _gameDataPath(gameDataPath), _mixer(mixer) {
_voice_index = 0;