diff options
author | Strangerke | 2014-12-02 16:28:30 +0100 |
---|---|---|
committer | Paul Gilbert | 2014-12-12 22:55:42 -0500 |
commit | 954a0d0f9f8ebf3fc49df583d9eda59de8f62ed8 (patch) | |
tree | e6e0da7361cd797ddc4b5fe4a26c32f5def4ba75 /engines | |
parent | 0eeb5b5bf3e6dfe5537647068f697eedda87c468 (diff) | |
download | scummvm-rg350-954a0d0f9f8ebf3fc49df583d9eda59de8f62ed8.tar.gz scummvm-rg350-954a0d0f9f8ebf3fc49df583d9eda59de8f62ed8.tar.bz2 scummvm-rg350-954a0d0f9f8ebf3fc49df583d9eda59de8f62ed8.zip |
ACCESS: Remove useless (and commented) code
Diffstat (limited to 'engines')
-rw-r--r-- | engines/access/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/access/sound.cpp b/engines/access/sound.cpp index 2d38a2c6bc..bf11d6a624 100644 --- a/engines/access/sound.cpp +++ b/engines/access/sound.cpp @@ -200,7 +200,6 @@ void MusicManager::midiPlay() { // Handle music looping _parser->property(MidiParser::mpAutoLoop, _isLooping); - // _isLooping = loop; setVolume(127); _isPlaying = true; |