From 24e1a20609de80e69e478d98d36a9c8ee020cccf Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Fri, 29 Apr 2016 16:20:52 -0400
Subject: [PATCH] SL-368 - removed enhanced skeleton option from preference
 dialog. Underlying code is still there but may or may not work with the
 current skeleton (spine joints?)

---
 .../default/xui/en/panel_preferences_graphics1.xml  | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml
index 923e1f1b061..5725a5095ac 100755
--- a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml
@@ -812,19 +812,6 @@
           <check_box.commit_callback
            function="Pref.VertexShaderEnable" />
       </check_box>
-      <check_box
-       control_name="RenderAvatarEnhancedSkeleton"
-       height="16"
-       initial_value="true"
-       label="Enhanced skeleton"
-       layout="topleft"
-       left_delta="0"
-       name="AvatarEnhancedSkeleton"
-       top_pad="1"
-       width="256">
-          <check_box.commit_callback
-           function="Pref.EnhancedSkeletonEnable" />
-      </check_box>
       <check_box
        control_name="RenderAvatarCloth"
        height="16"
-- 
GitLab