From 7a13c55ef9d59f2dc7376d4cb075865861765b12 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Sun, 23 Sep 2018 18:17:11 -0700
Subject: [PATCH] Delete matronWorkaround.tw

---
 src/uncategorized/matronWorkaround.tw | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 src/uncategorized/matronWorkaround.tw

diff --git a/src/uncategorized/matronWorkaround.tw b/src/uncategorized/matronWorkaround.tw
deleted file mode 100644
index 605abd54c67..00000000000
--- a/src/uncategorized/matronWorkaround.tw
+++ /dev/null
@@ -1,13 +0,0 @@
-:: Matron Workaround [silently]
-
-<<if $Matron != 0>>
-	<<= removeJob($Matron, "be the Matron")>>
-<</if>>
-<<if $i > -1>>
-	<<= assignJob($slaves[$i], "be the Matron")>>
-	<<set $slaves[$i].livingRules = "luxurious">>
-	<<set $Matron = $slaves[$i]>>
-<</if>>
-
-<<goto "Nursery">>
-
-- 
GitLab