summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-03-14 01:29:58 +0100
committerCho <cho@lindenlab.com>2013-03-14 01:29:58 +0100
commitb6d973d31380e7d35f7ed014d682dfc5f2465afe (patch)
tree2a67c0e80831528f2cc3141a580a3a5545cc1d85 /indra/llui/lltexteditor.cpp
parent8b388922434e431c49b9e7f2c9d1e8d90d15ed21 (diff)
parent8904f32ba48b49ec216a3ca3b1508d5f3f633e78 (diff)
merge
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rw-r--r--indra/llui/lltexteditor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp
index 2f120479d9..d5e08fa29b 100644
--- a/indra/llui/lltexteditor.cpp
+++ b/indra/llui/lltexteditor.cpp
@@ -2515,7 +2515,6 @@ void LLTextEditor::updateSegments()
mKeywords.findSegments(&segment_list, getWText(), mDefaultColor.get(), *this);
clearSegments();
- segment_set_t::iterator insert_it = mSegments.begin();
for (segment_vec_t::iterator list_it = segment_list.begin(); list_it != segment_list.end(); ++list_it)
{
insertSegment(*list_it);