From be7f72c950c6ce67b2c6416af90628a9d5ddc0da Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 27 Jul 2020 16:54:00 +0100 Subject: arm9 OS_mutex --- arm9/lib/src/SND_main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arm9/lib/src/SND_main.c') diff --git a/arm9/lib/src/SND_main.c b/arm9/lib/src/SND_main.c index 34b839b1..f97b0873 100644 --- a/arm9/lib/src/SND_main.c +++ b/arm9/lib/src/SND_main.c @@ -8,11 +8,6 @@ static struct OSMutex sSndMutex; static s32 sSndInitialized; -// TODO remove these declarations once we have the functions in the headers -void OS_InitMutex(struct OSMutex *); -void OS_UnlockMutex(struct OSMutex *); -void OS_LockMutex(struct OSMutex *); - ARM_FUNC void SND_Init(void) { if (sSndInitialized) return; -- cgit v1.2.3