diff options
author | Aura Linden <aura@lindenlab.com> | 2013-02-08 16:28:43 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-02-08 16:28:43 -0800 |
commit | 243fe06568d05511ed2f89fea9c00b3c19d97ebf (patch) | |
tree | 7442c12d140cd41b2390d192b5652f1991277f60 /indra/newview/llvoiceclient.cpp | |
parent | d16757545c91d4f7dac3c52a311ad0f0239052e1 (diff) |
Interim version with SLIM removed from voice.
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 730f022c50..d415ff82ff 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -712,14 +712,7 @@ BOOL LLVoiceClient::isParticipantAvatar(const LLUUID& id) BOOL LLVoiceClient::isOnlineSIP(const LLUUID& id) { - if (mVoiceModule) - { - return mVoiceModule->isOnlineSIP(id); - } - else - { return FALSE; - } } BOOL LLVoiceClient::getIsSpeaking(const LLUUID& id) |