From 4a0b012f5bf8aa62f223c96d180f300a11a7b0b4 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 18 Jan 2019 23:56:43 -0500 Subject: [PATCH] Oops, I never meant to stage this tentative change. --- indra/llui/lltexteditor.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp index d044dd560..6dd73e665 100644 --- a/indra/llui/lltexteditor.cpp +++ b/indra/llui/lltexteditor.cpp @@ -4690,11 +4690,6 @@ void LLTextEditor::updateSegments() } } - updateTextSegments(); -} - -void LLTextEditor::updateTextSegments() -{ LL_RECORD_BLOCK_TIME(FTM_UPDATE_TEXT_SEGMENTS); // Make sure we have at least one segment if (mSegments.size() == 1 && mSegments[0]->getIsDefault())