summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 012048afea..a4f253dadc 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -279,13 +279,6 @@ load_err:
279} 279}
280 280
281 281
282/* Are more voice clips queued and waiting? */
283bool is_voice_queued()
284{
285 return (QUEUE_LEVEL != 0);
286}
287
288
289/* called in ISR context if mp3 data got consumed */ 282/* called in ISR context if mp3 data got consumed */
290static void mp3_callback(unsigned char** start, size_t* size) 283static void mp3_callback(unsigned char** start, size_t* size)
291{ 284{