summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterchat.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2007-05-08 20:42:04 +0000
committerDon Kjer <don@lindenlab.com>2007-05-08 20:42:04 +0000
commit60a09f20f450ced238afc74e806d080b3c13cc33 (patch)
treeefcf0e48fb8b07ab6a8a08f399af2493d5f08cd4 /indra/newview/llfloaterchat.cpp
parenta7c687350e5f1439110ca22210c426bd3553f0e3 (diff)
Removing Logitech LCD code: svn merge -r 60616:60615 svn+ssh://svn/svn/linden/release into release
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 bddae82b7f..93eb24f36d 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
//
@@ -333,20 +330,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