summaryrefslogtreecommitdiff
path: root/arm9/lib/src/SND_main.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-07-28 12:21:45 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-07-28 12:21:45 -0400
commit22c2ecce6e0f920b9bdc0b6e9ca40d0f426b84b8 (patch)
treeabde28c36ffc10b95e36075d8ebd35dc501f9d8f /arm9/lib/src/SND_main.c
parentc58dec395fd3233bc329b4380841228370b1fb1c (diff)
parent3aeabb3efb6e7b40de1350550ddf0e347f51908b (diff)
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/src/SND_main.c')
-rw-r--r--arm9/lib/src/SND_main.c5
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;