HDB: Remove no longer used Sound::setMusicVolume()

This commit is contained in:
antoniou79 2022-05-23 03:18:03 +03:00 committed by Filippos Karapetis
parent 1ab83c2a28
commit 6778baedcf

View File

@ -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);