diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-07-27 12:43:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 12:43:27 -0400 |
commit | d9ea992246a6d29133fc5accb03cfb8dcc4665f6 (patch) | |
tree | 3f83a35da657e9755da5b2afc4f8c7983d3ded6b /arm9/lib/src/SND_main.c | |
parent | bb6d2a9a3178b421ed5c6cb738e93257834d1f54 (diff) | |
parent | be7f72c950c6ce67b2c6416af90628a9d5ddc0da (diff) |
Merge pull request #246 from red031000/master
arm 7 shiftable + 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; |