summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2013-02-08 16:28:43 -0800
committerAura Linden <aura@lindenlab.com>2013-02-08 16:28:43 -0800
commit243fe06568d05511ed2f89fea9c00b3c19d97ebf (patch)
tree7442c12d140cd41b2390d192b5652f1991277f60 /indra/newview/llvoiceclient.cpp
parentd16757545c91d4f7dac3c52a311ad0f0239052e1 (diff)
Interim version with SLIM removed from voice.
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp7
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)