Remove unused function musicclass::initefchannels()

It's a function that does nothing, used by no one.
This commit is contained in:
Misa
2020-04-01 16:18:17 -07:00
committed by Ethan Lee
parent e722251ebe
commit 253d44ac0b
2 changed files with 0 additions and 8 deletions

View File

@@ -35,9 +35,6 @@ public:
//public var nicefade:int, nicechange:int;
// Play a sound effect! There are 16 channels, which iterate
void initefchannels();
void playef(int t, int offset = 0);
std::vector<SoundTrack> soundTracks;