summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-03-14 19:12:38 +0200
committermberezhnoy <mberezhnoy@productengine.com>2013-03-14 19:12:38 +0200
commit5b4746701bcacd0562fc7876f4b6db652ccfcb3b (patch)
tree85ee66681c62b2efe2b59287590a57a8fa94dd9b /indra/llui/lltexteditor.cpp
parent3ee18d8b29caa612ee7656aa1ac69e3c1edce4cc (diff)
parentb6d973d31380e7d35f7ed014d682dfc5f2465afe (diff)
merging
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);