Clean up unused variables in main.cpp

Removed unused variables from main.cpp
This commit is contained in:
m0th 2025-10-08 14:16:58 -04:00 committed by GitHub
parent 8b930389fa
commit fdd493ae76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,11 +33,7 @@
#include "../../common/evolving_items.h"
EQEmuLogSys LogSys;
WorldContentService content_service;
ZoneStore zone_store;
PathManager path;
PlayerEventLogs player_event_logs;
EvolvingItemsManager evolving_items_manager;
void ImportSpells(SharedDatabase *db);
void ImportSkillCaps(SharedDatabase *db);