From 51cb8f3431290ba6fc2beac40595de21f587ccd5 Mon Sep 17 00:00:00 2001 From: Mike Bryant Date: Tue, 31 Mar 2020 16:36:26 +0100 Subject: [PATCH] Strip useless code --- js/scripts.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/js/scripts.js b/js/scripts.js index f06b5fb..cc29df0 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -68,20 +68,6 @@ $(document).on("input", function() { // Update output on any input change /* - void TurnipPrices::calculate() - - whatPattern = nextPattern; - - for (int i = 2; i < 14; i++) - sellPrices[i] = 0; - sellPrices[0] = basePrice; - sellPrices[1] = basePrice; - - int work; - int decPhaseLen1, decPhaseLen2, peakStart; - int hiPhaseLen1, hiPhaseLen2and3, hiPhaseLen3; - float rate; - switch (whatPattern) { case 0: