diff options
author | Aura Linden <aura@lindenlab.com> | 2013-05-15 20:56:51 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-05-15 20:56:51 -0700 |
commit | c96b8281a91a9529cc38fd7049f455152561880e (patch) | |
tree | acec66017d548e402f4bf8055ac94bac71bd1f1f /indra/newview/llvoiceclient.cpp | |
parent | 1beb15c93b139e4494bb90cce30b1c67accb4b08 (diff) | |
parent | 669d1295a3c5745db566f40d12f3de19445131df (diff) |
Thanks mercurial.
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 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) |