summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-12-02 12:03:24 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-12-02 12:03:24 -0800
commit4d14bb02b908c37f73e915af811027c1d193b667 (patch)
tree912f1bfc851952432be1e30698bd405ee4a7782b /indra/llui
parent31029babe2f9f6eb3fc3205da93c1eccd7a74ed4 (diff)
EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but then it obscures chatted text.
I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltextparser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/lltextparser.cpp b/indra/llui/lltextparser.cpp
index a4fe4f6ca8..8a85f99e0c 100644
--- a/indra/llui/lltextparser.cpp
+++ b/indra/llui/lltextparser.cpp
@@ -46,8 +46,6 @@ LLTextParser::LLTextParser()
{}
-// Moved triggerAlerts() to llfloaterchat.cpp to break llui/llaudio library dependency.
-
S32 LLTextParser::findPattern(const std::string &text, LLSD highlight)
{
if (!highlight.has("pattern")) return -1;