From f7691030b394855973adcd87fde8f0f3564313c5 Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 25 Sep 2017 17:53:46 -0500 Subject: [PATCH] remove json file --- .../epoch_config/Configs/CfgFunctions.json | 43 ------------------- 1 file changed, 43 deletions(-) delete mode 100644 Sources/epoch_config/Configs/CfgFunctions.json diff --git a/Sources/epoch_config/Configs/CfgFunctions.json b/Sources/epoch_config/Configs/CfgFunctions.json deleted file mode 100644 index a0a8569e..00000000 --- a/Sources/epoch_config/Configs/CfgFunctions.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "_header": { - "@author": "Aaron Clark - https://EpochMod.com", - "@contributors": [], - "@description": "Epoch cfgfunctions", - "@licence": "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike", - "@github": "https://github.com/EpochModTeam/Epoch/tree/release/Sources/{filename}" - }, - "cfgFunctions": { - "A3": { - "tag": "BIS", - "functions": { - "returnVector": { - "file": "epoch_code\\compile\\bis_functions\\returnVector.sqf" - } - } - }, - "EPOCH": { - "tag": "EPOCH", - "functions": { - "returnConfigEntryV2": { - "file": "epoch_code\\compile\\functions\\EPOCH_fn_returnConfigEntryV2.sqf" - }, - "isAny": { - "file": "epoch_code\\compile\\both\\EPOCH_isAny.sqf" - }, - "compiler": { - "file": "epoch_code\\compile\\both\\EPOCH_compiler.sqf" - } - }, - "Client": { - "init": { - "file": "epoch_code\\init\\fn_init.sqf", - "preInit": 1 - }, - "postinit": { - "file": "epoch_code\\init\\fn_postinit.sqf", - "postInit": 1 - } - } - } - } -}