Skip to content
Snippets Groups Projects
Commit 5e225e51 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

libwrap: remove getTlsDefaultSettings

Change-Id: Icc7259c9b3962825e9136dfe9babb38b00a1cc55
parent 5636e0de
No related branches found
No related tags found
No related merge requests found
......@@ -499,12 +499,6 @@ public Q_SLOTS: // METHODS
return temp;
}
MapStringString getTlsDefaultSettings()
{
MapStringString temp = convertMap(DRing::getTlsDefaultSettings());
return temp;
}
double getVolume(const QString& device) { return DRing::getVolume(device.toStdString()); }
bool isAgcEnabled() { return DRing::isAgcEnabled(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment