Remove some unused variables

Vanilla commit:

6479708205
This commit is contained in:
ebayShopper
2017-03-05 12:17:09 -05:00
parent 5c0e8473df
commit 92b09aa530
3 changed files with 1 additions and 26 deletions

View File

@@ -117,13 +117,6 @@ fnc_usec_medic_removeActions = {
r_action_targets = [];
};
fnc_usec_self_removeActions = {
{
player removeAction _x;
} forEach r_self_actions;
r_self_actions = [];
};
fnc_usec_calculateBloodPerSec = {
private["_bloodLossPerSec","_bloodGainPerSec","_bloodPerSec"];
_bloodLossPerSec = 0;