diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-23 15:31:58 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-23 15:31:58 -0700 |
commit | ed8fa8ab3b05e91f967e6ccb4d5428e799f8f262 (patch) | |
tree | 70b053acb1421e9ffcf51dc543d95535925ea8b7 /indra/newview/llchathistory.cpp | |
parent | 9231d480b45e39fbed067215acce6febdd9d443a (diff) | |
parent | 3d77520e13a45e68e346582bed48493db7d856ea (diff) |
Merge
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 1 |
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(); |