mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Remove unnecessary updating of voice room callsigns
The voice room callsign will be set from the current context values right before a new connection is made. Therefore all updates in between are not necessary and can be removed. ref T354
This commit is contained in:
committed by
Klaus Basan
parent
321c195f4b
commit
28302feea0
@@ -119,9 +119,6 @@ namespace BlackCore
|
||||
//! Set voice rooms
|
||||
virtual void setComVoiceRooms(const BlackMisc::Audio::CVoiceRoomList &voiceRooms) = 0;
|
||||
|
||||
//! Own callsign as displayed in voice room
|
||||
virtual void setOwnCallsignForRooms(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
|
||||
//! Leave all voice rooms
|
||||
virtual void leaveAllVoiceRooms() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user