diff options
| author | Igor Borovkov <iborovkov@productengine.com> | 2010-01-28 18:30:58 +0200 |
|---|---|---|
| committer | Igor Borovkov <iborovkov@productengine.com> | 2010-01-28 18:30:58 +0200 |
| commit | 70b6d603ed5b8915c6dace4ba6d017bbc1484955 (patch) | |
| tree | c6a62598d1008fb77ed5a6454b15630745db9b1b /indra/newview/llmutelist.cpp | |
| parent | da08cc05af85ac334cabd943a5d9fcbcaa1500b6 (diff) | |
got rid of LLFloaterIMPanel usage for EXT-1196 Stalls on startup in LLPanelFriends::refreshNames
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llmutelist.cpp')
| -rw-r--r-- | indra/newview/llmutelist.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llmutelist.cpp b/indra/newview/llmutelist.cpp index c1666f5666..45e5408b1e 100644 --- a/indra/newview/llmutelist.cpp +++ b/indra/newview/llmutelist.cpp @@ -472,12 +472,6 @@ void notify_automute_callback(const LLUUID& agent_id, const std::string& first_n if (reason == LLMuteList::AR_IM) { - LLFloaterIMPanel *timp = gIMMgr->findFloaterBySession(agent_id); - if (timp) - { - timp->addHistoryLine(message); - } - LLIMModel::getInstance()->addMessage(agent_id, SYSTEM_FROM, LLUUID::null, message); } } |
