refs #199 , init removed

cross context wiring should be done in the runtime class.
This commit is contained in:
Klaus Basan
2014-04-01 11:50:58 +02:00
parent 77fd3bcd70
commit 3c23963a25
2 changed files with 0 additions and 10 deletions

View File

@@ -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
*/