Skip to content

Commit

Permalink
onMedicationUsage go away
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTheKing committed Oct 26, 2023
1 parent 85ee51b commit 6b6cca5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
3 changes: 0 additions & 3 deletions addons/pharma/CfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class CfgFunctions {
class medicationLocal {
file = QPATHTOF(functions\fnc_medicationLocal.sqf);
};
class onMedicationUsage {
file = QPATHTOF(functions\fnc_onMedicationUsage.sqf);
};
class tourniquetRemove {
file = QPATHTOF(functions\fnc_tourniquetRemove.sqf);
};
Expand Down
1 change: 0 additions & 1 deletion addons/pharma/XEH_PREP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PREP(init);
PREP(inspectCatheter);
PREP(medication);
PREP(medicationLocal);
PREP(onMedicationUsage);
PREP(pervitinPP);
PREP(removeItemfromMag);
PREP(removeIV);
Expand Down
62 changes: 0 additions & 62 deletions addons/pharma/functions/fnc_onMedicationUsage.sqf

This file was deleted.

0 comments on commit 6b6cca5

Please sign in to comment.