Skip to content

Commit 78d46f0

Browse files
authored
Common - Remove Request Framework (#11183)
Common - Remove broken and outdated request framework
1 parent cac7310 commit 78d46f0

File tree

6 files changed

+0
-182
lines changed

6 files changed

+0
-182
lines changed

addons/common/XEH_PREP.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ PREP(nearestVehiclesFreeSeat);
146146
PREP(normalRandom);
147147
PREP(numberToDigits);
148148
PREP(numberToString);
149-
PREP(onAnswerRequest);
150149
PREP(owned);
151150
PREP(parseList);
152151
PREP(playConfigSound3D);
@@ -155,19 +154,16 @@ PREP(playerSide);
155154
PREP(positionToASL);
156155
PREP(progressBar);
157156
PREP(readSettingFromModule);
158-
PREP(receiveRequest);
159157
PREP(registerItemReplacement);
160158
PREP(removeCanInteractWithCondition);
161159
PREP(removeSpecificMagazine);
162160
PREP(replaceRegisteredItems);
163-
PREP(requestCallback);
164161
PREP(resetAllDefaults);
165162
PREP(restoreVariablesJIP);
166163
PREP(rscObjectHelper);
167164
PREP(runAfterSettingsInit);
168165
PREP(runTests);
169166
PREP(sanitizeString);
170-
PREP(sendRequest);
171167
PREP(serverLog);
172168
PREP(setAimCoef);
173169
PREP(setApproximateVariablePublic);

addons/common/XEH_postInit.sqf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ if (isServer) then {
236236
};
237237
}] call CBA_fnc_addEventHandler;
238238

239-
// Request framework
240-
[QGVAR(requestCallback), LINKFUNC(requestCallback)] call CBA_fnc_addEventHandler;
241-
[QGVAR(receiveRequest), LINKFUNC(receiveRequest)] call CBA_fnc_addEventHandler;
242-
243239
[QGVAR(systemChatGlobal), {systemChat _this}] call CBA_fnc_addEventHandler;
244240

245241
if (isServer) then {

addons/common/functions/fnc_onAnswerRequest.sqf

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

addons/common/functions/fnc_receiveRequest.sqf

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

addons/common/functions/fnc_requestCallback.sqf

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

addons/common/functions/fnc_sendRequest.sqf

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

0 commit comments

Comments
 (0)