Skip to content

Commit

Permalink
Merge pull request #434 from CBATeam/remove-obsolete-release
Browse files Browse the repository at this point in the history
remove obsolete unused files
  • Loading branch information
Killswitch00 committed Jul 13, 2016
2 parents bf66878 + 4befb62 commit 0b40642
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 0b40642

Please sign in to comment.