diff options
author | red031000 <rubenru09@aol.com> | 2020-07-27 16:54:00 +0100 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 15:58:15 -0400 |
commit | 30586b4e9fc25b8960bb27595dea2f590d2e1786 (patch) | |
tree | 026f527f349121cfd710ec2e0ed298a97f53b4db /arm9/lib/src/SND_main.c | |
parent | 1de7208cff412d2defd9593769eb98d35e4f9f60 (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; |