diff options
author | Merov Linden <merov@lindenlab.com> | 2013-03-12 19:38:01 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-03-12 19:38:01 -0700 |
commit | cb6574c905806feac3846733ca0ead77e431beb1 (patch) | |
tree | 0a6baaa1452568a7d3d8c5184e43431630edee95 /indra/llui/lltexteditor.cpp | |
parent | 130c11c9fe9edc315229f30c338698f0463d0ee4 (diff) |
CHUI-845 : Avoid some xml param parsing error that seems to be linked with crashers
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rw-r--r-- | indra/llui/lltexteditor.cpp | 1 |
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); |