[Cleanup] Remove extern bool Critical (#3146)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-25 17:48:40 -04:00 committed by GitHub
parent dc475a1bd7
commit 2e4071cdcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,6 @@ volatile bool RunLoops = true;
#endif
extern volatile bool is_zone_loaded;
extern bool Critical = false;
#include "zone_event_scheduler.h"
#include "../common/file.h"