diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-05-08 14:22:43 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-05-08 14:22:43 -0700 |
commit | c628c1f6e41f08c00540cf7f9ff3a5799faf0144 (patch) | |
tree | 4d51dd366e2e2ce69610a06e7ab767824ab8869c /indra/newview/llvoiceclient.cpp | |
parent | 74028326e8b81ec7ead20b1f2a4d7d1a7f4009d0 (diff) |
Fix some session shutdown/error handling code
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 6eadc3892e..8bd3897761 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -496,11 +496,6 @@ void LLVoiceClient::leaveNonSpatialChannel() mNonSpatialVoiceModule->processChannels(false); mNonSpatialVoiceModule = nullptr; } - if (mSpatialVoiceModule) - { - mSpatialVoiceModule->processChannels(true); - ; - } } void LLVoiceClient::activateSpatialChannel(bool activate) |