mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Remove unused function musicclass::loopmusic()
Maybe back in the Flash days, you had to loop music manually instead of having SDL_mixer handle it? Or something?
This commit is contained in:
@@ -269,15 +269,6 @@ void musicclass::play(int t)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void musicclass::loopmusic()
|
|
||||||
{
|
|
||||||
//musicchannel.removeEventListener(Event.SOUND_COMPLETE, loopmusic);
|
|
||||||
//if(currentsong>-1){
|
|
||||||
// musicchannel = musicchan[currentsong].play();
|
|
||||||
// musicchannel.addEventListener(Event.SOUND_COMPLETE, loopmusic);
|
|
||||||
//}
|
|
||||||
}
|
|
||||||
|
|
||||||
void musicclass::stopmusic()
|
void musicclass::stopmusic()
|
||||||
{
|
{
|
||||||
Mix_HaltMusic();
|
Mix_HaltMusic();
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ public:
|
|||||||
void init();
|
void init();
|
||||||
|
|
||||||
void play(int t);
|
void play(int t);
|
||||||
void loopmusic();
|
|
||||||
void stopmusic();
|
void stopmusic();
|
||||||
void haltdasmusik();
|
void haltdasmusik();
|
||||||
void silencedasmusik();
|
void silencedasmusik();
|
||||||
|
|||||||
Reference in New Issue
Block a user