mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused function musicclass::initefchannels()
It's a function that does nothing, used by no one.
This commit is contained in:
@@ -460,11 +460,6 @@ void musicclass::changemusicarea(int x, int y)
|
||||
}
|
||||
}
|
||||
|
||||
void musicclass::initefchannels()
|
||||
{
|
||||
// for (var i:int = 0; i < 16; i++) efchannel.push(new SoundChannel);
|
||||
}
|
||||
|
||||
void musicclass::playef(int t, int offset)
|
||||
{
|
||||
// efchannel[currentefchan] = efchan[t].play(offset);
|
||||
|
||||
Reference in New Issue
Block a user