From d57700c607b45f8a4fd62a03d3fd14a2e63c15e6 Mon Sep 17 00:00:00 2001 From: vk7js <58905135+vk7js@users.noreply.github.com> Date: Mon, 23 May 2022 20:12:38 +1000 Subject: [PATCH] removed old comment and unnecessary code. --- openrtx/src/core/voicePromptUtils.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/openrtx/src/core/voicePromptUtils.c b/openrtx/src/core/voicePromptUtils.c index e37e22c3..6bd61d14 100644 --- a/openrtx/src/core/voicePromptUtils.c +++ b/openrtx/src/core/voicePromptUtils.c @@ -185,13 +185,10 @@ void announceChannelSummary(channel_t* channel, uint16_t channelIndex, uint16_t vpInit(); - // mask off init and play because this function will handle init and play. VoicePromptQueueFlags_T localFlags= vpqAddSeparatingSilence; // Force on the descriptions for level 3. if (state.settings.vpLevel == vpHigh) localFlags |= vpqIncludeDescriptions; - // ensure we add silence between various fields. - localFlags |= vpqAddSeparatingSilence; // if VFO mode, announce VFO. // channelIndex will be 0 if called from VFO mode. if (channelIndex == 0)