From 45e543e61e185c1a29408b2495b013a8d56a01ee Mon Sep 17 00:00:00 2001 From: Steve Zhao Date: Mon, 10 Jan 2022 00:19:16 -0500 Subject: [PATCH] remove testing code --- addons/overheating/XEH_PREP.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/addons/overheating/XEH_PREP.hpp b/addons/overheating/XEH_PREP.hpp index 04239cdc49..d18f70daf6 100644 --- a/addons/overheating/XEH_PREP.hpp +++ b/addons/overheating/XEH_PREP.hpp @@ -1,6 +1,3 @@ -// testing, update fncs on the fly -#undef PREP -#define PREP(var1) TRIPLES(ADDON,fnc,var1) = { call compile preProcessFileLineNumbers '\MAINPREFIX\PREFIX\SUBPREFIX\COMPONENT_F\functions\DOUBLES(fnc,var1).sqf' } PREP(calculateCooling); PREP(canUnjam);