mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Remove unused PTT enum
Currently, the PTT can only be activated on the active frequency anyway.
This commit is contained in:
@@ -106,7 +106,7 @@ signals:
|
||||
void updatedFromOwnAircraftCockpit();
|
||||
|
||||
//! PTT status in this particular AFV client
|
||||
void ptt(bool active, BlackMisc::Audio::PTTCOM pttcom, const BlackMisc::CIdentifier &identifier);
|
||||
void ptt(bool active, const BlackMisc::CIdentifier &identifier);
|
||||
|
||||
//! VU levels
|
||||
//! @{
|
||||
|
||||
Reference in New Issue
Block a user