Skip to content

Commit

Permalink
Merge pull request #496 from CBATeam/cleanup-diagnostic-more
Browse files Browse the repository at this point in the history
delete obsolete (?) 'FUNC(perf_loop)'
  • Loading branch information
Killswitch00 authored Sep 7, 2016
2 parents 5a9dff9 + c774db9 commit bec2594
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 172 deletions.
6 changes: 0 additions & 6 deletions addons/diagnostic/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

class Extended_PreStart_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preStart));
};
};

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preInit));
Expand Down
2 changes: 0 additions & 2 deletions addons/diagnostic/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
LOG(MSG_INIT);

[QUOTE(GVAR(debug)), { _this call (uiNamespace getVariable "CBA_fnc_debug") }] call (uiNamespace getVariable "CBA_fnc_addEventHandler");

PREP(perf_loop);
3 changes: 0 additions & 3 deletions addons/diagnostic/XEH_preStart.sqf

This file was deleted.

161 changes: 0 additions & 161 deletions addons/diagnostic/fnc_perf_loop.sqf

This file was deleted.

0 comments on commit bec2594

Please sign in to comment.