diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-04 18:17:50 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-04 18:29:02 +0300 |
commit | a16babdf7d96fbbe345d9e0c5df178e48539751c (patch) | |
tree | 4d735fe46ee5c3ebd6636a6d5a251e46511d74e2 /indra/newview/llvoiceclient.cpp | |
parent | b6cd14fc47cff62f6a30874d71be86d6639c32da (diff) |
SL-18049 Part 4; Adjustments and fixes
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index fab6ec3755..150b556284 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -555,16 +555,6 @@ void LLVoiceClient::setVoiceEnabled(bool enabled) } } -void LLVoiceClient::unmuteVoiceInstance() -{ - LLVivoxVoiceClient::unmuteVoiceInstance(); -} - -bool LLVoiceClient::isMutedVoiceInstance() -{ - return LLVivoxVoiceClient::isMutedVoiceInstance(); -} - void LLVoiceClient::updateMicMuteLogic() { // If not configured to use PTT, the mic should be open (otherwise the user will be unable to speak). |