mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +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
@@ -117,11 +117,6 @@ namespace BlackCore
|
||||
this->m_dBusInterface->callDBus(QLatin1String("setComVoiceRooms"), voiceRooms);
|
||||
}
|
||||
|
||||
void CContextAudioProxy::setOwnCallsignForRooms(const CCallsign &callsign)
|
||||
{
|
||||
this->m_dBusInterface->callDBus(QLatin1String("setOwnCallsignForRooms"), callsign);
|
||||
}
|
||||
|
||||
void CContextAudioProxy::playSelcalTone(const CSelcal &selcal) const
|
||||
{
|
||||
this->m_dBusInterface->callDBus(QLatin1String("playSelcalTone"), selcal);
|
||||
|
||||
Reference in New Issue
Block a user