Issue #120 Remove separate PTT COM1/COM2 hotkeys

This commit is contained in:
Lars Toenning
2021-09-14 00:04:21 +02:00
parent 8763180a41
commit cedaa48f5a
6 changed files with 0 additions and 36 deletions

View File

@@ -23,18 +23,6 @@ namespace BlackMisc
return CIcons::StandardIconRadio16;
}
const QString &pttCom1HotkeyAction()
{
static const QString s("/Voice/Activate push-to-talk COM1");
return s;
}
const QString &pttCom2HotkeyAction()
{
static const QString s("/Voice/Activate push-to-talk COM2");
return s;
}
CIcons::IconIndex audioVolumeDecreaseHotkeyIcon()
{
return CIcons::StandardIconVolumeLow16;

View File

@@ -23,12 +23,6 @@ namespace BlackMisc
//! PTT key
BLACKMISC_EXPORT const QString &pttHotkeyAction();
//! PTT key COM1 only
BLACKMISC_EXPORT const QString &pttCom1HotkeyAction();
//! PTT key COM2 only
BLACKMISC_EXPORT const QString &pttCom2HotkeyAction();
//! PTT key
BLACKMISC_EXPORT BlackMisc::CIcons::IconIndex pttHotkeyIcon();