mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
HDB: Remove no longer used Sound::setMusicVolume()
This commit is contained in:
parent
1ab83c2a28
commit
6778baedcf
@ -1678,16 +1678,6 @@ void Sound::playVoice(int index, int actor) {
|
||||
return;
|
||||
}
|
||||
|
||||
//void Sound::setMusicVolume(int volume) {
|
||||
// _musicVolume = volume;
|
||||
// if (_song1.isPlaying()) {
|
||||
// _song1.setVolume(volume);
|
||||
// }
|
||||
// if (_song2.isPlaying()) {
|
||||
// _song2.setVolume(volume);
|
||||
// }
|
||||
//}
|
||||
|
||||
void Sound::startMusic(SoundType song) {
|
||||
g_hdb->_menu->saveSong(song);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user