Remove dead functions
This commit is contained in:
parent
28ea9054e7
commit
268d68b078
2 changed files with 0 additions and 13 deletions
|
@ -69,8 +69,3 @@ void AudioBackend_SetOrganyaTimer(unsigned int milliseconds)
|
||||||
{
|
{
|
||||||
(void)milliseconds;
|
(void)milliseconds;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioBackend_SleepOrganya(unsigned int milliseconds)
|
|
||||||
{
|
|
||||||
(void)milliseconds;
|
|
||||||
}
|
|
||||||
|
|
|
@ -420,11 +420,3 @@ void AudioBackend_SetOrganyaTimer(unsigned int milliseconds)
|
||||||
|
|
||||||
OSUnlockMutex(&organya_mutex);
|
OSUnlockMutex(&organya_mutex);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioBackend_SleepOrganya(unsigned int milliseconds)
|
|
||||||
{
|
|
||||||
(void)milliseconds;
|
|
||||||
|
|
||||||
// TODO - Figure out how to do this.
|
|
||||||
// Honestly, I might not bother - this backend has never worked properly.
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue