Misc - Cleanup unused namespace vars (#8704)

Co-Authored-By: Serg Vergun <1197314+severgun@users.noreply.github.com>

Co-authored-by: Serg Vergun <1197314+severgun@users.noreply.github.com>
This commit is contained in:
PabstMirror 2021-11-26 10:56:41 -06:00 committed by GitHub
parent ff9afd6893
commit 4cd3f9fe96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -20,8 +20,6 @@
};
}] call CBA_fnc_addEventHandler;
GVAR(cacheTankDuplicates) = call CBA_fnc_createNamespace;
["ReammoBox_F", "init", {
(_this select 0) addEventHandler ["HandleDamage", {
if ((_this select 0) getVariable [QGVAR(enableAmmoCookoff), GVAR(enableAmmobox)]) then {

View File

@ -1,6 +1,5 @@
#include "script_component.hpp"
GVAR(hardpointGroupsCache) = [] call CBA_fnc_createNamespace;
GVAR(configTypesAdded) = [];
["CBA_settingsInitialized", {
TRACE_2("settingsInit",GVAR(level),GVAR(supply));