summaryrefslogtreecommitdiff
path: root/apps/audio_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/audio_thread.c')
-rw-r--r--apps/audio_thread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/audio_thread.c b/apps/audio_thread.c
index 4750d0cc43..3af8b2bbf6 100644
--- a/apps/audio_thread.c
+++ b/apps/audio_thread.c
@@ -170,10 +170,6 @@ void INIT_ATTR audio_init(void)
170 recording_init(); 170 recording_init();
171#endif 171#endif
172 172
173 /* ...now...audio_reset_buffer must know the size of voicefile buffer so
174 init talk first which will init the buffers */
175 talk_init();
176
177 /* Probably safe to say */ 173 /* Probably safe to say */
178 audio_is_initialized = true; 174 audio_is_initialized = true;
179 175