diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-01 13:43:18 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-01 13:43:18 -0400 |
commit | 403b8546684d4a8074220d27aa32471ec546abf0 (patch) | |
tree | 32883aaf23c727f3d27a8960b8a1498d5fb7d1a6 | |
parent | ae4e56b93b24494c2ce1773498bbaf61d8d602dd (diff) |
Remove mentions of functions not used.
-rw-r--r-- | include/gba/m4a_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index 5a3f32e38..3f1b25a19 100644 --- a/include/gba/m4a_internal.h +++ b/include/gba/m4a_internal.h @@ -395,7 +395,6 @@ void m4aSoundMode(u32 mode); void MPlayOpen(struct MusicPlayerInfo *mplayInfo, struct MusicPlayerTrack *track, u8 a3); void CgbSound(void); void CgbOscOff(u8); -void CgbModVol(struct CgbChannel *chan); u32 MidiKeyToCgbFreq(u8, u8, u8); void DummyFunc(void); void MPlayJumpTableCopy(void **mplayJumpTable); @@ -403,10 +402,6 @@ void SampleFreqSet(u32 freq); void m4aSoundVSyncOn(void); void m4aSoundVSyncOff(void); -void m4aMPlayTempoControl(struct MusicPlayerInfo *mplayInfo, u16 tempo); -void m4aMPlayVolumeControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 volume); -void m4aMPlayPitchControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, s16 pitch); -void m4aMPlayPanpotControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, s8 pan); void ClearModM(struct MusicPlayerTrack *track); void m4aMPlayModDepthSet(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u8 modDepth); void m4aMPlayLFOSpeedSet(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u8 lfoSpeed); |