From 904fd4245b517a44140a333a828d383ce4ed3005 Mon Sep 17 00:00:00 2001
From: Cinder <cinder.roxley@phoenixviewer.com>
Date: Sun, 8 Jun 2014 17:10:57 -0600
Subject: [PATCH] "sections" is apparently unused as well.

---
 indra/llui/llkeywords.cpp                     |  4 ---
 indra/newview/skins/default/colors.xml        |  3 --
 .../xui/en/floater_script_ed_prefs.xml        | 30 -------------------
 3 files changed, 37 deletions(-)

diff --git a/indra/llui/llkeywords.cpp b/indra/llui/llkeywords.cpp
index 9c5a339b6d7..fe050d61075 100755
--- a/indra/llui/llkeywords.cpp
+++ b/indra/llui/llkeywords.cpp
@@ -205,10 +205,6 @@ LLColor4 LLKeywords::getColorGroup(const std::string& key_in)
 	{
 		color_group = "SyntaxLslDataType";
 	}
-	else if (key_in == "sections")
-	{
-		color_group = "SyntaxLslSection";
-	}
 	else
 	{
 		LL_WARNS("SyntaxLSL") << "Color key '" << key_in << "' not recognized." << LL_ENDL;
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml
index 3a1f3d4e0ae..464e6332970 100755
--- a/indra/newview/skins/default/colors.xml
+++ b/indra/newview/skins/default/colors.xml
@@ -942,9 +942,6 @@
   <color
    name="SyntaxLslGodMode"
    value="0.7 .2 .35 1.0" />
-  <color
-    name="SyntaxLslSection"
-    value=".5 .1 .3 1.0" />
   <color
     name="SyntaxLslStringLiteral"
     value="0 .2 0 1.0" />
diff --git a/indra/newview/skins/default/xui/en/floater_script_ed_prefs.xml b/indra/newview/skins/default/xui/en/floater_script_ed_prefs.xml
index 8ae0df22b1b..5b2eb0820c2 100644
--- a/indra/newview/skins/default/xui/en/floater_script_ed_prefs.xml
+++ b/indra/newview/skins/default/xui/en/floater_script_ed_prefs.xml
@@ -110,36 +110,6 @@
      width="100">
     Background
     </text>
-    <color_swatch
-     can_apply_immediately="true"
-     follows="left|top"
-     height="24"
-     label_height="0"
-     layout="topleft"
-     left="15"
-     name="section"
-     top_pad="10"
-     width="44" >
-        <color_swatch.init_callback
-         function="ScriptPref.getUIColor"
-         parameter="SyntaxLslSection" />
-        <color_swatch.commit_callback
-         function="ScriptPref.applyUIColor"
-         parameter="SyntaxLslSection" />
-    </color_swatch>
-    <text
-     type="string"
-     length="1"
-     follows="left|top"
-     height="10"
-     layout="topleft"
-     left_pad="5"
-     mouse_opaque="false"
-     name="section_label"
-     top_delta="5"
-     width="100">
-    Sections
-    </text>
     <color_swatch
      can_apply_immediately="true"
      follows="left|top"
-- 
GitLab