Skip to content

Commit

Permalink
remove obsolete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Jul 13, 2016
1 parent 7b37670 commit 4befb62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion addons/common/XEH_preStart.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "script_component.hpp"

PREP(perFrameEngine);
PREP(onTeamColorChanged);
PREP(synchTeamColors);
17 changes: 0 additions & 17 deletions addons/common/fnc_perFrameEngine.sqf

This file was deleted.

2 changes: 0 additions & 2 deletions addons/common/init_perFrameHandler.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ GVAR(nextFrameBufferA) = [[[], {GVAR(nextFrameNo) = diag_frameno;}]];
GVAR(nextFrameBufferB) = [];
GVAR(waitUntilAndExecArray) = [];

PREP(perFrameEngine);

// per frame handler system
FUNC(onFrame) = {
private _tickTime = diag_tickTime;
Expand Down

0 comments on commit 4befb62

Please sign in to comment.