mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove unused function musicclass::processmusicfade()
It's a function that does nothing, and is also used by nothing.
This commit is contained in:
@@ -308,17 +308,6 @@ void musicclass::fadeout()
|
||||
currentsong = -1;
|
||||
}
|
||||
|
||||
void musicclass::processmusicfade()
|
||||
{
|
||||
//musicfade--;
|
||||
//if (musicfade > 0) {
|
||||
// musicchannel.soundTransform = new SoundTransform(musicfade / 60);
|
||||
//}else {
|
||||
// musicchannel.stop();
|
||||
// currentsong = -1;
|
||||
//}
|
||||
}
|
||||
|
||||
void musicclass::processmusicfadein()
|
||||
{
|
||||
musicVolume += FadeVolAmountPerFrame;
|
||||
|
||||
Reference in New Issue
Block a user