Ref T730, removed voice room related funcions from audio context

This commit is contained in:
Klaus Basan
2019-09-25 17:22:56 +02:00
committed by Mat Sutcliffe
parent 81ade55cb5
commit 6071e77b7f
14 changed files with 208 additions and 170 deletions

View File

@@ -123,7 +123,6 @@ void SwiftGuiStd::performGracefulShutdown()
{
if (m_contextAudioAvailable)
{
sGui->getIContextAudio()->leaveAllVoiceRooms();
sGui->getIContextAudio()->disconnect(this); // break down signal / slots
}
sGui->getIContextNetwork()->disconnectFromNetwork();