diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2026-05-12 14:22:47 -0700 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2026-05-12 14:22:47 -0700 |
| commit | 186320e448459e57bb13c06d2605504a5ad695e6 (patch) | |
| tree | d2408c112a7ad61d2773d0f62f47b59a0a9947b0 /indra/newview/llappviewer.cpp | |
| parent | 28f86aed5394345396689ac1b04a4b49c668bcba (diff) | |
Remove Vivox-related code
Remove the Vivox-related code altogether, including SLVoice.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 46e64c2a4e..59b8ff5c70 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2983,7 +2983,6 @@ bool LLAppViewer::initConfiguration() { // This is the second instance of SL. Mute voice, // but make sure the setting is *not* persisted. - // Also see LLVivoxVoiceClient::voiceEnabled() LLControlVariable* enable_voice = gSavedSettings.getControl("EnableVoiceChat"); if (enable_voice) { |
