Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mumble/Settings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mumble/Settings.cpp b/src/mumble/Settings.cpp
index 4d2a95510..947b5d398 100644
--- a/src/mumble/Settings.cpp
+++ b/src/mumble/Settings.cpp
@@ -499,9 +499,6 @@ Settings::Settings() {
qRegisterMetaType< Search::SearchDialog::ChannelAction >("SearchDialog::ChannelAction");
-#ifdef USE_RNNOISE
- noiseCancelMode = NoiseCancelRNN;
-#endif
#ifdef Q_OS_MACOS
// The echo cancellation feature on macOS is experimental and known to be able to cause problems
// (e.g. muting the user instead of only cancelling echo - https://github.com/mumble-voip/mumble/issues/4912)