summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRoxanne Skelly <roxie@lindenlab.com>2026-05-14 09:53:38 -0700
committerGitHub <noreply@github.com>2026-05-14 09:53:38 -0700
commitba9d13be80fe842f79ea604af915fbc4d8454e1f (patch)
tree76b0803ca379614e1d5a77a53f37e8e2b3c1775f /indra/newview/llappviewer.cpp
parent28f86aed5394345396689ac1b04a4b49c668bcba (diff)
parent0aa4373e355c03d79d1815f9c65fbceb60ead415 (diff)
Merge pull request #5800 from secondlife/roxie/remove-vivox
Remove Vivox-related code
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)
{