From 04a67876ad11a904c4ab65216a3afa5cc383cb97 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Thu, 31 Jan 2019 02:21:26 -0500
Subject: [PATCH] Probably a very old section

---
 src/uncategorized/costsBudget.tw | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index 1c53d919233..9f65ff970a2 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -2207,36 +2207,6 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 		</tr>
 	<</if>>
 
-	<<if $securityForceActive > 0>>
-		<tr>
-			<td>Acquisitions: [[$securityForceName|SFM Barracks][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td>
-			<td>
-				<<if Math.trunc($lastWeeksCashIncome.mercenaries) > 0>>
-					@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.mercenaries))>>@@
-				<<else>>
-					<<print cashFormat(Math.trunc($lastWeeksCashIncome.mercenaries))>>
-				<</if>>
-			</td>
-			<td>
-				<<if Math.trunc($lastWeeksCashExpenses.mercenaries) < 0>>
-					@@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashExpenses.mercenaries)))>>@@
-				<<else>>
-					<<print cashFormat(Math.trunc($lastWeeksCashExpenses.mercenaries))>>
-				<</if>>
-			</td>
-			<td>
-				<<set $lastWeeksCashProfits.mercenaries = ($lastWeeksCashIncome.mercenaries + $lastWeeksCashExpenses.mercenaries)>>
-				<<if $lastWeeksCashProfits.mercenaries > 0>>
-					@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.mercenaries))>>@@
-				<<elseif Math.trunc($lastWeeksCashProfits.mercenaries) == 0>>
-					<<print cashFormat(Math.trunc($lastWeeksCashProfits.mercenaries))>>
-				<<else>>
-					@@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.mercenaries)))>>@@
-				<</if>>
-			</td>
-		</tr>
-	<</if>>
-
 	<<if (def $peacekeepers) and ($peacekeepers != 0) >>
 		<<if $peacekeepers.undermining != 0>>
 			<tr>
-- 
GitLab