summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterchat.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2007-06-29 01:49:41 +0000
committerDon Kjer <don@lindenlab.com>2007-06-29 01:49:41 +0000
commitad04e5fc55e4bec0958e24e8dc897373eff4001f (patch)
tree622c614f5c8281302d1840e5c8b16ae7bf7829ff /indra/newview/llfloaterchat.cpp
parente3989d38486c4aaf4701d6239875ea4996d0963b (diff)
revert: svn merge -r 64506:64505 svn+ssh://svn/svn/linden/release back into release
reverting jakes accidental check in
Diffstat (limited to 'indra/newview/llfloaterchat.cpp')
-rw-r--r--indra/newview/llfloaterchat.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/indra/newview/llfloaterchat.cpp b/indra/newview/llfloaterchat.cpp
index 12b0e953b6..75c68acb78 100644
--- a/indra/newview/llfloaterchat.cpp
+++ b/indra/newview/llfloaterchat.cpp
@@ -47,9 +47,6 @@
#include "llfloaterhtml.h"
#include "llweb.h"
-// Used for LCD display
-extern void AddNewIMToLCD(const LLString &newLine);
-extern void AddNewChatToLCD(const LLString &newLine);
//
// Constants
//
@@ -343,20 +340,6 @@ void LLFloaterChat::addChat(const LLChat& chat,
chat.mChatType == CHAT_TYPE_DEBUG_MSG
&& !gSavedSettings.getBOOL("ScriptErrorsAsChat");
-#if LL_WINDOWS
- // add into LCD displays
- if (!invisible_script_debug_chat)
- {
- if (!from_instant_message)
- {
- AddNewChatToLCD(chat.mText);
- }
- else
- {
- AddNewIMToLCD(chat.mText);
- }
- }
-#endif
if (!invisible_script_debug_chat
&& !chat.mMuted
&& gConsole