Removed the word "banks" from channel summary since name of bank or "all channels" is sufficient by itself.

This commit is contained in:
vk7js 2022-09-05 10:15:53 +10:00 committed by Silvano Seva
parent 5ed0121780
commit 579ce7baa5
1 changed files with 0 additions and 5 deletions

View File

@ -465,11 +465,6 @@ void vp_announceBank(const uint16_t bank, const vpQueueFlags_t flags)
{
clearCurrPromptIfNeeded(flags);
if (flags & vpqIncludeDescriptions)
{
vp_queueStringTableEntry(&currentLanguage->banks);
}
if (state.bank_enabled)
{
bankHdr_t bank_hdr = {0};