removed unused debug GVAR

This commit is contained in:
lambdatiger 2024-01-17 21:28:07 -06:00
parent 63d67df7bf
commit c921b1f9b4

View File

@ -20,7 +20,6 @@ GVAR(lastFragTime) = -2;
#ifdef DEBUG_MODE_DRAW
GVAR(dev_trackLines) = createHashMap;
GVAR(dev_hitBoxes) = createHashMap;
GVAR(dev_failedToDelete) = 0;
GVAR(dev_eventSpheres) = [];
GVAR(dev_drawPFEH) = -1;
#include "initSettingsDebug.inc.sqf"