diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-05 11:41:25 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-05 11:41:25 -0800 |
commit | 98229cbbcf780a916474bdd789a8437461bcaa3b (patch) | |
tree | 0e281cf99c7b2245d33f1aa20b0e34b555071724 /indra/newview/llimview.cpp | |
parent | b1242ead82c80628a9155cd0eb05f5ff2378af4b (diff) | |
parent | daf3adc4ae349cf37b4b1d7caee1268a3febb430 (diff) |
Merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 66a3e3e85c..7e8701bf21 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1604,7 +1604,6 @@ LLUUID LLIMMgr::addSession( LLIMModel::getInstance()->newSession(session_id, name, dialog, other_participant_id, ids); } - LLIMFloater::show(session_id); //*TODO remove this "floater" thing when Communicate Floater's gone LLFloaterIMPanel* floater = findFloaterBySession(session_id); |