Clean up unused variables in main.cpp

Removed unused variable declarations in main.cpp
This commit is contained in:
m0th 2025-10-08 14:17:19 -04:00 committed by GitHub
parent 5d03ef5ed6
commit b3e6a81fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,11 +36,7 @@
#include "../common/evolving_items.h"
EQEmuLogSys LogSys;
WorldContentService content_service;
ZoneStore zone_store;
PathManager path;
PlayerEventLogs player_event_logs;
EvolvingItemsManager evolving_items_manager;
#ifdef _WINDOWS
#include <direct.h>