summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.cpp
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2010-01-11 17:27:45 -0800
committerCallum Prentice <callum@lindenlab.com>2010-01-11 17:27:45 -0800
commit77565ce0c35fb35701bb51a82d70214a3ad56a12 (patch)
treedbbb8284e0db98bcc3db829a9d3192e86f924ea0 /indra/newview/lllogchat.cpp
parenta3ca95e3bd0e288792f6024d9487d618730fd40f (diff)
parenta74d494dd7c13e0307ee5ba526ba021583b1f2b5 (diff)
Merge with tip
Diffstat (limited to 'indra/newview/lllogchat.cpp')
-rw-r--r--indra/newview/lllogchat.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp
index fc9654e9ad..92f19c9232 100644
--- a/indra/newview/lllogchat.cpp
+++ b/indra/newview/lllogchat.cpp
@@ -59,9 +59,6 @@ const static std::string NEW_LINE_SPACE_PREFIX("\n ");
const static std::string TWO_SPACES(" ");
const static std::string MULTI_LINE_PREFIX(" ");
-//viewer 1.23 may have used "You" for Agent's entries
-const static std::string YOU("You");
-
/**
* Chat log lines - timestamp and name are optional but message text is mandatory.
*