Removed dead code

This commit is contained in:
ulteq 2015-06-07 11:43:32 +02:00
parent a870d5d760
commit 48f8730415

View File

@ -54,14 +54,12 @@ switch (_this select 1) do {
GVAR(NV) = 1;
if (!GVAR(IRON)) then {
GVAR(IRON) = true;
["ace_ir_on", []] call CBA_fnc_localEvent;
};
} else {
setAperture -1;
camUseNVG false;
GVAR(NV) = 0;
GVAR(IRON) = false;
["ace_ir_off", []] call CBA_fnc_localEvent; // TODO: also on death etc?
};
_ret = true;
};