Skip to content

Commit

Permalink
remove unused code (CBATeam#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Apr 15, 2019
1 parent eb8c30f commit 94c9723
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/optics/fnc_initDisplayInterrupt.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ _script ctrlSetPosition [0,0,0,0];
_script ctrlCommit 0;

_script ctrlAddEventHandler ["Draw", {
params ["_script"];
private _counter = ctrlParent _script getVariable "commy_fpsCounter";

if (isNull (uiNamespace getVariable ["RscDisplayInterrupt", displayNull])) then {
{
QGVAR(pauseOpticLayer) cutText ["", "PLAIN"];
Expand Down

0 comments on commit 94c9723

Please sign in to comment.