mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #371 remove deprecated mic and squelch tests
This commit is contained in:
committed by
Klaus Basan
parent
984c0d084f
commit
1587b4791a
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user