diff options
author | red031000 <rubenru09@aol.com> | 2020-07-27 16:54:00 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-27 16:54:00 +0100 |
commit | be7f72c950c6ce67b2c6416af90628a9d5ddc0da (patch) | |
tree | 3f83a35da657e9755da5b2afc4f8c7983d3ded6b /arm9/lib/src/SND_main.c | |
parent | c26f0d2dcab4f9ead484b9da13ada6a39c8e932d (diff) |
arm9 OS_mutex
Diffstat (limited to 'arm9/lib/src/SND_main.c')
-rw-r--r-- | arm9/lib/src/SND_main.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; |