From 1de6814159f2f9105bd886b2bbeb5501afa91f63 Mon Sep 17 00:00:00 2001
From: prndev <prndev@users.noreply.github.com>
Date: Tue, 1 May 2018 19:45:26 +0200
Subject: [PATCH] Removed src/art/vector/Leg_Outfit.tw as discussed in
 !1960#note_23278.

---
 src/art/artWidgets.tw        |  3 +--
 src/art/vector/Leg_Outfit.tw | 29 -----------------------------
 2 files changed, 1 insertion(+), 31 deletions(-)
 delete mode 100644 src/art/vector/Leg_Outfit.tw

diff --git a/src/art/artWidgets.tw b/src/art/artWidgets.tw
index 94f42b9a7c5..98b38be36e0 100644
--- a/src/art/artWidgets.tw
+++ b/src/art/artWidgets.tw
@@ -91,8 +91,7 @@ vector art added later is drawn over previously added art
 <<include Art_Vector_Arm_>>
 <<include Art_Vector_Butt_>>
 <<include Art_Vector_Leg_>>
-<<include Art_Vector_Leg_Outfit_>>
-<<include Art_Vector_Feet_>> /* includes shoes */
+<<include Art_Vector_Feet_>> /* includes shoes and leg outfits*/
 <<include Art_Vector_Torso_>>
 <<include Art_Vector_Pussy_>>
 <<include Art_Vector_Pubic_Hair_>>
diff --git a/src/art/vector/Leg_Outfit.tw b/src/art/vector/Leg_Outfit.tw
deleted file mode 100644
index 5fb8ad9abaf..00000000000
--- a/src/art/vector/Leg_Outfit.tw
+++ /dev/null
@@ -1,29 +0,0 @@
-:: Art_Vector_Leg_Outfit_ [nobr]
-
-<<unset _art_outfit >> /* clean up variable possibly already set by prior widget run */
-
-<<set _clothes = _artSlave.clothes>>
-/* no special cases here */
-<<switch _clothes >> /* select available clothes */
-  <<case "a ball gown" "a bunny outfit" "a fallen nuns habit" "a halter top dress" "a hijab and abaya" "a huipil" "a kimono" "a maternity dress" "a military uniform" "a minidress" "a monokini" "a nice maid outfit" "a nice nurse outfit" "a red army uniform" "a schutzstaffel uniform" "a slave gown" "a slutty maid outfit" "a slutty nurse outfit" "a slutty qipao" "a succubus outfit" "a toga" "battledress" "body oil" "clubslut netting" "conservative clothing" "cutoffs and a t-shirt" "nice business attire" "restrictive latex" "slutty business attire" "spats and a tank top" "stretch pants and a crop-top" "Western clothing">>
-    <<set _art_outfit = clothing2artSuffix(_clothes) >>
-<</switch>>
-
-/* special case for shiny clothings */
-<<if $seeVectorArtHighlights == 1>>
-  /* this one is leg and partly butt-related, but needs to be here as shoes are drawn over legs and butt */
-  <<if _artSlave.fuckdoll != 0 || _artSlave.clothes == "restrictive latex" || _artSlave.clothes == "a latex catsuit" || _artSlave.clothes == "body oil">>
-    <<set _art_outfit = "Shine" >>
-  <</if>>
-<</if>>
-
-<<if def _art_outfit >>
-  <<if _artSlave.amp != 1>>
-    <<if ["a ball gown", "a bunny outfit", "a chattel habit", "a cheerleader outfit", "a fallen nuns habit", "a halter top dress", "a hijab and abaya", "a huipil", "a kimono", "a maternity dress", "a military uniform", "a minidress", "a monokini", "a nice maid outfit", "a nice nurse outfit", "a red army uniform", "a schoolgirl outfit", "a schutzstaffel uniform", "slutty business attire", "a slutty maid outfit", "a slutty nurse outfit", "spats and a tank top", "a slave gown", "a succubus outfit", "a toga", "battledress", "clubslut netting", "conservative clothing", "cutoffs and a t-shirt", "nice business attire", "stretch pants and a crop-top"].includes(_artSlave.clothes)>>
-      <<set _art = "Art_Vector_Butt_Outfit_"+_art_outfit+"_"+_buttSize >><<include _art >>
-    <</if>>
-    <<set _art = "Art_Vector_Leg_Outfit_"+_art_outfit+"_"+_legSize >><<include _art >>
-  <<else>>
-    <<set _art = "Art_Vector_Leg_Outfit_"+_art_outfit+"_Stump" >><<include _art >>
-  <</if>>
-<</if>>
-- 
GitLab