Skip to content

Commit a5283b0

Browse files
committed
Obsolete fnc_setItemRadioReplacement
1 parent 3b9e2fa commit a5283b0

File tree

3 files changed

+1
-23
lines changed

3 files changed

+1
-23
lines changed

addons/api/CfgFunctions.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class CfgFunctions {
2929

3030
PATHTO_FNC(filterUnitLoadout);
3131

32-
PATHTO_FNC(setItemRadioReplacement);
3332
PATHTO_FNC(getDisplayName);
3433

3534
PATHTO_FNC(setGlobalVolume);

addons/api/XEH_PREP.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
PREP(mapChannelFieldName);
33
PREP(setDefaultChannels);
44
PREP(getDefaultChannels);
5+
OBSOLETE_SYS(FUNC(setItemRadioReplacement),{params ['_radioType']; EGVAR(sys_radio,defaultItemRadioType) = _radioType;}}]);

addons/api/fnc_setItemRadioReplacement.sqf

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)