Skip to content

Commit ccf0f97

Browse files
committed
coreaudio mic: minor cleanup to remove unused function
1 parent 61e951e commit ccf0f97

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

audio/drivers/coreaudio_mic_ios.m

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -458,16 +458,6 @@ static void coreaudio_microphone_device_list_free(const void *driver_context, st
458458
{
459459
}
460460

461-
/* Check if microphone is using float format */
462-
static bool coreaudio_microphone_use_float(const void *driver_context, const void *microphone_context)
463-
{
464-
coreaudio_microphone_t *microphone = (coreaudio_microphone_t *)microphone_context;
465-
if (!microphone)
466-
return false;
467-
468-
return microphone->use_float;
469-
}
470-
471461
/* CoreAudio microphone driver structure */
472462
microphone_driver_t microphone_coreaudio = {
473463
coreaudio_microphone_init,

0 commit comments

Comments
 (0)