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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index 1fb8c15d1a..46471c0d9b 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -360,8 +360,6 @@ static enum voice_state voice_message(struct voice_thread_data *td)
360 360
361 if (quiet_counter <= 0) 361 if (quiet_counter <= 0)
362 { 362 {
363 /* Make audio play more softly and set delay to return to normal
364 playback level */
365 voice_playing = true; 363 voice_playing = true;
366 send_event(PLAYBACK_EVENT_VOICE_PLAYING, &voice_playing); 364 send_event(PLAYBACK_EVENT_VOICE_PLAYING, &voice_playing);
367 } 365 }