diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-05 17:43:06 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-05 17:43:06 +0200 |
commit | 49db6cd157f5da37f962aa36ab791084c202d439 (patch) | |
tree | 4384df6f4af94b4b2dbb153b1d696e32e04a7b68 /indra/newview/llimview.cpp | |
parent | 77ebe6680449b3e0fda96444ba7df3140d1dcab1 (diff) |
partly impemented EXT-700 '"Offer" notifications should be accessible via chiclet'
--HG--
branch : product-engine
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); |