summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-09-29 21:43:07 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2011-09-29 21:43:07 +0300
commit9d3fc5d930bd1dae07771350080e5140c0113891 (patch)
tree924267e6b3c6ade89519c21d2670233588fb8bf9 /indra/newview/llchathistory.cpp
parent6a463a41fec89c7f1eadb77c16eeae169ff777d0 (diff)
EXP-1209 FIXED Sidetray removed.
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r--indra/newview/llchathistory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index d6773b8b29..7a444edd43 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -59,8 +59,6 @@
#include "llviewercontrol.h"
-#include "llsidetray.h"//for blocked objects panel
-
static LLDefaultChildRegistry::Register<LLChatHistory> r("chat_history");
const static std::string NEW_LINE(rawstr_to_utf8("\n"));