From bb36d4dc8d114b45a6ce0e6ac0b806c610511f12 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Wed, 18 Apr 2018 22:37:38 -0400
Subject: [PATCH] Revert "Add clit and labia description widgets."

This reverts commit 7f034c707583f3ed23dd8ec934d50e6897717217
---
 src/utility/descriptionWidgetsFlesh.tw | 110 -------------------------
 1 file changed, 110 deletions(-)

diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 154d903e1b6..6ea7cc84849 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -1978,116 +1978,6 @@ $pronounCap's got a
 
 <</widget>>
 
-<<widget "clitDescription">>
-	<<if def $args[0]>>
-		<<set _slave = $args[0]>>
-	<<else>>
-		<<set _slave = $activeSlave>>
-	<</if>>
-	<<switch _slave.clit>>
-	<<case 1>>
-		big<<if _slave.devotion > 20>>, erect<</if>> clit
-	<<case 2>>
-		huge<<if _slave.devotion > 20>>erect<</if>>clit
-	<<default>>
-		<<if _slave.clit > 2>>
-			<<if _slave.devotion > 20>>erect <</if>>pseudophallus-sized clit
-		<<else>>
-			pretty <<if _slave.devotion > 20>>, erect <</if>>little clit
-		<</if>>
-	<</switch>>
-<</widget>>
-
-<<widget "clitDescriptionLong">>
-	<<if def $args[0]>>
-		<<set _slave = $args[0]>>
-	<<else>>
-		<<set _slave = $activeSlave>>
-	<</if>>
-	<<if _slave.devotion <= 20>>
-		<<switch _slave.clit>>
-		<<case 1>>
-			$possessiveCap big clit <<if _slave.foreskin>>peeks out from under its hood<<else>>sticks out<</if>>.
-		<<case 2>>
-			$possessiveCap huge clit is impossible to miss.
-		<<default>>
-		    <<if _slave.clit > 2>>
-                $possessiveCap pseudophallus-sized clit is soft.
-		    <<else>>
-                $possessiveCap pretty little clit is barely visible
-		    <</if>>
-		<</switch>>
-	<<else>>
-		<<switch _slave.clit>>
-		<<case 1>>
-			$possessiveCap big, hard clit <<if _slave.foreskin>>peeks out from under its hood<<else>>sticks out<</if>>.
-		<<case 2>>
-            $possessiveCap huge, stiff clit is impossible to miss.
-		<<default>>
-		    <<if _slave.clit > 2>>
-                $possessiveCap pseudophallus-sized clit is stiff and erect.
-            <<else>>
-                $possessiveCap pretty little clit is ready for you.
-            <</if>>
-		<</switch>>
-	<</if>>
-<</widget>>
-
-<<widget "labiaDescription">>
-	<<if def $args[0]>>
-		<<set _slave = $args[0]>>
-	<<else>>
-		<<set _slave = $activeSlave>>
-	<</if>>
-	<<switch _slave.labia>>
-	<<case 1>>
-		lovely petals
-	<<case 2>>
-        prominent petals
-	<<default>>
-		<<if _slave.labia > 4>>
-			huge labia
-		<<else>>
-			cute labia
-		<</if>>
-	<</switch>>
-<</widget>>
-
-<<widget "labiaDescriptionLong">>
-	<<if def $args[0]>>
-		<<set _slave = $args[0]>>
-	<<else>>
-		<<set _slave = $activeSlave>>
-	<</if>>
-	<<if _slave.devotion <= 20>>
-		<<switch _slave.labia>>
-		<case 1>>
-			$possessiveCap lovely petals are quite inviting.
-		<<case 2>>
-			$possessiveCap prominent petals are inviting.
-		<<default>>
-    		<<elseif $activeSlave.labia > 1>>
-    			$possessiveCap labia are so large they present a slight obstacle to entry.
-    		<<else>>
-        		$possessiveCap cute labia are barely noticeable.
-    		<</if>>
-		<</switch>>
-	<<else>>
-		<<switch _slave.labia>>
-		<<case 1>>
-			$possessiveCap lovely petals are moist with arousal.
-		<<case 2>>
-			$possessiveCap prominent petals bear a sheen of arousal.
-		<<default>>
-    		<<if $activeSlave.labia > 2>>
-    			$possessiveCap huge labia are almost dripping with arousal.
-    		<<else>>
-        		$possessiveCap labia are becoming moist.
-			<</if>>
-		<</switch>>
-	<</if>>
-<</widget>>
-
 <<widget "crotchDescription">>
 
 <<SlavePronouns $activeSlave>>
-- 
GitLab