From fdd493ae766e7d600cc42351820aec1ae3686969 Mon Sep 17 00:00:00 2001 From: m0th <43860202+m0th-omens@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:16:58 -0400 Subject: [PATCH] Clean up unused variables in main.cpp Removed unused variables from main.cpp --- client_files/import/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client_files/import/main.cpp b/client_files/import/main.cpp index e698d141f..f711d6eea 100644 --- a/client_files/import/main.cpp +++ b/client_files/import/main.cpp @@ -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);