summaryrefslogtreecommitdiff
path: root/indra/newview/llmutelist.cpp
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-01-18 17:50:19 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-01-18 17:50:19 +0200
commitf28778b8b803af65fc4097cc904cf49b9090795a (patch)
treeee9b20d1a7514018397c8986e3a93a6cfc61f8e5 /indra/newview/llmutelist.cpp
parent5639a0c2ed5cda035f57d2771778a0ff267f46b4 (diff)
work on EXT-4322 Remove the Communicate floater
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llmutelist.cpp')
-rw-r--r--indra/newview/llmutelist.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llmutelist.cpp b/indra/newview/llmutelist.cpp
index b520bc1c2d..55cfd7adae 100644
--- a/indra/newview/llmutelist.cpp
+++ b/indra/newview/llmutelist.cpp
@@ -64,7 +64,6 @@
#include "llviewerwindow.h"
#include "llworld.h" //for particle system banning
#include "llchat.h"
-#include "llfloaterchat.h"
#include "llimview.h"
#include "llnotifications.h"
#include "lluistring.h"
@@ -532,9 +531,6 @@ void notify_automute_callback(const LLUUID& agent_id, const std::string& first_n
LLIMModel::getInstance()->addMessage(agent_id, SYSTEM_FROM, LLUUID::null, message);
}
-
- LLChat auto_chat(message);
- LLFloaterChat::addChat(auto_chat, FALSE, FALSE);
}
}