diff options
author | Richard Linden <none@none> | 2013-10-07 13:38:48 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-07 13:38:48 -0700 |
commit | 2eeee8a9491398697a8f3167bc4f715a3970fc3a (patch) | |
tree | 1ec811f4a0529edc415c32fb7ec3e6a9406cff2f /indra/llui/lltextbase.cpp | |
parent | c430673b95823f688c45d0fbda4198595bb41073 (diff) | |
parent | 17df8988fec3f2ba991ca9e34ff8148253a2fc04 (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rwxr-xr-x | indra/llui/lltextbase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 730c3b2ada..00382125a8 100755 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -1871,7 +1871,6 @@ LLTextBase::segment_set_t::iterator LLTextBase::getSegIterContaining(S32 index) // when there are no segments, we return the end iterator, which must be checked by caller if (mSegments.size() <= 1) { return mSegments.begin(); } - //FIXME: avoid operator new somehow (without running into refcount problems) index_segment->setStart(index); index_segment->setEnd(index); segment_set_t::iterator it = mSegments.upper_bound(index_segment); |