diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-17 17:14:44 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-17 17:14:44 -0700 |
commit | 1006e2fd259d5f8136ca933eba8d57c8a980bf31 (patch) | |
tree | 39e477070c7d28af792b3b5dc13c4ae9faa35550 /indra/newview/llavataractions.cpp | |
parent | d60609e0096bc7ede9edde1ba6d103f5f860af0d (diff) |
CHUI-422 : Update the ad-hoc conversation with the known list of on line agents without waiting for server message (which often doesn't come...).
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-x | indra/newview/llavataractions.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 600df31c8b..7322b3bb0b 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -303,9 +303,6 @@ void LLAvatarActions::startConference(const uuid_vec_t& ids, const LLUUID& float } LLIMFloater::show(session_id); -// gIMMgr->processAgentListUpdates(session_id, LLSD()); -// gIMMgr->startCall(session_id,LLVoiceChannel::OUTGOING_CALL); -// gIMMgr->endCall(session_id); make_ui_sound("UISndStartIM"); } |