diff options
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). |