refs #371 remove deprecated mic and squelch tests

This commit is contained in:
Roland Winklmeier
2015-02-06 19:58:59 +01:00
committed by Klaus Basan
parent 984c0d084f
commit 1587b4791a
6 changed files with 7 additions and 114 deletions

View File

@@ -434,42 +434,6 @@ namespace BlackCore
CSoundGenerator::playNotificationSound(0, CNotificationSounds::NotificationsLoadSounds);
}
/*
* Mic test.
*/
void CContextAudio::runMicrophoneTest()
{
Q_ASSERT(this->m_voice);
CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO;
// Deprecated
}
/*
* Squelch test.
*/
void CContextAudio::runSquelchTest()
{
CLogMessage(this).warning("This method is deprecated and will be removed soon");
}
/*
* Microphone test
*/
QString CContextAudio::getMicrophoneTestResult() const
{
CLogMessage(this).warning("This method is deprecated and will be removed soon");
return QString();
}
/*
* Squelch value
*/
double CContextAudio::getSquelchValue() const
{
CLogMessage(this).warning("This method is deprecated and will be removed soon");
return 0.0;
}
/*
* Audio loopback
*/