From 8411fa6fcf513f94a923526aa9f0fdc065ab071e Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sat, 19 Mar 2022 00:16:20 -0400 Subject: [PATCH] rm unused function --- src/Augmentation/AugmentationHelpers.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Augmentation/AugmentationHelpers.tsx b/src/Augmentation/AugmentationHelpers.tsx index 2391f507e..5cbcd8ddd 100644 --- a/src/Augmentation/AugmentationHelpers.tsx +++ b/src/Augmentation/AugmentationHelpers.tsx @@ -121,14 +121,6 @@ function initAugmentations(): void { //Reset Augmentations clearObject(Augmentations); - const process = (aug: Augmentation): void => { - aug.addToFactions(aug.factions); - if (augmentationExists(aug.name)) { - delete Augmentations[aug.name]; - } - AddToAugmentations(aug); - }; - //Time-Based Augment Test const randomBonuses = getRandomBonus();