diff options
author | Richard Linden <none@none> | 2010-03-23 12:50:53 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-23 12:50:53 -0700 |
commit | 75370837c11ec5f62aadcd7f364c4db93764ca8a (patch) | |
tree | 9e5c04556a9c2489dc7c8894e6769359a7c8ad5c /indra/newview/llchathistory.cpp | |
parent | eb91c97d6046ee1255f8b9b7d86826e0045dee98 (diff) | |
parent | e3e50bf7ed48c6ee0a199d27fce7ba888793429d (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(); |