summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-24 10:32:38 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-24 10:32:38 +0000
commit7857f59f9e7c673f1ddbf32d6a66e85f78004445 (patch)
treef9831059bcadfc8be4fc5cd09673dfa419fa9b63 /indra/newview/llchathistory.cpp
parente7d9999359dd62509c685181d620b092ed28bc60 (diff)
parent00a97a4f95f644b1807d72cebce6dd6a7a1cf31e (diff)
merge from viewer-2-0
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r--indra/newview/llchathistory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index ffa24a0c15..efdfbb8d20 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -835,7 +835,6 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
message = chat.mFromName + message;
}
-
mEditor->appendText(message, FALSE, style_params);
}
mEditor->blockUndo();