Skip to content

Commit

Permalink
Obsolete fnc_setItemRadioReplacement
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddo3000 committed Aug 18, 2020
1 parent 3b9e2fa commit 7f1b494
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
1 change: 0 additions & 1 deletion addons/api/CfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class CfgFunctions {

PATHTO_FNC(filterUnitLoadout);

PATHTO_FNC(setItemRadioReplacement);
PATHTO_FNC(getDisplayName);

PATHTO_FNC(setGlobalVolume);
Expand Down
1 change: 1 addition & 0 deletions addons/api/XEH_PREP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
PREP(mapChannelFieldName);
PREP(setDefaultChannels);
PREP(getDefaultChannels);
OBSOLETE_SYS(FUNC(setItemRadioReplacement),{params ['_radioType']; EGVAR(sys_radio,defaultItemRadioType) = _radioType;}]);
22 changes: 0 additions & 22 deletions addons/api/fnc_setItemRadioReplacement.sqf

This file was deleted.

0 comments on commit 7f1b494

Please sign in to comment.