removed old comment and unnecessary code.

This commit is contained in:
vk7js 2022-05-23 20:12:38 +10:00 committed by Silvano Seva
parent 6e4af40346
commit d57700c607
1 changed files with 0 additions and 3 deletions

View File

@ -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)