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:
Roland Winklmeier
2018-09-18 16:52:58 +02:00
committed by Klaus Basan
parent 321c195f4b
commit 28302feea0
7 changed files with 0 additions and 38 deletions

View File

@@ -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);