summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2026-05-12 14:22:47 -0700
committerRoxie Linden <roxie@lindenlab.com>2026-05-12 14:22:47 -0700
commit186320e448459e57bb13c06d2605504a5ad695e6 (patch)
treed2408c112a7ad61d2773d0f62f47b59a0a9947b0 /indra/newview/llappviewer.cpp
parent28f86aed5394345396689ac1b04a4b49c668bcba (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.cpp1
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)
{