Remove unused "no audio transmission" notification sound

Related to #156
This commit is contained in:
Lars Toenning
2023-11-07 10:08:07 +01:00
parent 3187835315
commit b57dfa1cb8
8 changed files with 9 additions and 38 deletions

View File

@@ -30,7 +30,7 @@ namespace BlackMisc::Audio
NotificationTextMessageSupervisor = 1 << 4,
NotificationTextMessageUnicom = 1 << 13,
NotificationTextCallsignMentioned = 1 << 5,
NotificationNoAudioTransmission = 1 << 6,
// 1 << 6 previously used for NoAudioTransmission
NotificationAtcTunedIn = 1 << 10,
NotificationAtcTunedOut = 1 << 11,
PTTClickKeyDown = 1 << 7,