diff options
author | Richard Linden <none@none> | 2010-03-23 15:04:54 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-23 15:04:54 -0700 |
commit | 3d77520e13a45e68e346582bed48493db7d856ea (patch) | |
tree | b070f3e033370fe1143c80b61d0f7af2a939a061 /indra/newview/llchathistory.cpp | |
parent | 346a588124c56bbd4ee86e1f07e6f3b0cf4c4e21 (diff) | |
parent | 75370837c11ec5f62aadcd7f364c4db93764ca8a (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(); |