mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #199 , init removed
cross context wiring should be done in the runtime class.
This commit is contained in:
@@ -44,12 +44,6 @@ namespace BlackCore
|
||||
this->leaveAllVoiceRooms();
|
||||
}
|
||||
|
||||
void CContextAudio::init()
|
||||
{
|
||||
m_contextSettings = getRuntime()->getIContextSettings();
|
||||
connect(m_contextSettings, &IContextSettings::changedSettings, this, &CContextAudio::settingsChanged);
|
||||
}
|
||||
|
||||
/*
|
||||
* Own aircraft
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user