summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2013-05-15 20:56:51 -0700
committerAura Linden <aura@lindenlab.com>2013-05-15 20:56:51 -0700
commitc96b8281a91a9529cc38fd7049f455152561880e (patch)
treeacec66017d548e402f4bf8055ac94bac71bd1f1f /indra/newview/llvoiceclient.cpp
parent1beb15c93b139e4494bb90cce30b1c67accb4b08 (diff)
parent669d1295a3c5745db566f40d12f3de19445131df (diff)
Thanks mercurial.
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 b46c55321c..af55c8f741 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -714,14 +714,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)