summaryrefslogtreecommitdiff
path: root/apps/voice_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/voice_thread.c')
-rw-r--r--apps/voice_thread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index 3b6fe5b3ba..72ecb3741e 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -526,12 +526,6 @@ void voice_thread_init(void)
526 if (voice_thread_id != 0) 526 if (voice_thread_id != 0)
527 return; /* Already did an init and succeeded at it */ 527 return; /* Already did an init and succeeded at it */
528 528
529 if (!talk_voice_required())
530 {
531 logf("No voice required");
532 return;
533 }
534
535 voice_buf_hid = core_alloc_ex("voice buf", sizeof (*voice_buf), &ops); 529 voice_buf_hid = core_alloc_ex("voice buf", sizeof (*voice_buf), &ops);
536 530
537 if (voice_buf_hid <= 0) 531 if (voice_buf_hid <= 0)