From 579ce7baa559fa10917029a27021d9550395e24e Mon Sep 17 00:00:00 2001 From: vk7js <58905135+vk7js@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:15:53 +1000 Subject: [PATCH] Removed the word "banks" from channel summary since name of bank or "all channels" is sufficient by itself. --- openrtx/src/core/voicePromptUtils.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openrtx/src/core/voicePromptUtils.c b/openrtx/src/core/voicePromptUtils.c index ff45acfa..929ffaf1 100644 --- a/openrtx/src/core/voicePromptUtils.c +++ b/openrtx/src/core/voicePromptUtils.c @@ -465,11 +465,6 @@ void vp_announceBank(const uint16_t bank, const vpQueueFlags_t flags) { clearCurrPromptIfNeeded(flags); - if (flags & vpqIncludeDescriptions) - { - vp_queueStringTableEntry(¤tLanguage->banks); - } - if (state.bank_enabled) { bankHdr_t bank_hdr = {0};