diff --git a/Source/Core/UICommon/ResourcePack/Manager.cpp b/Source/Core/UICommon/ResourcePack/Manager.cpp index a95d60a280..4977f09523 100644 --- a/Source/Core/UICommon/ResourcePack/Manager.cpp +++ b/Source/Core/UICommon/ResourcePack/Manager.cpp @@ -143,8 +143,6 @@ bool Remove(ResourcePack& pack) if (pack_iterator == packs.end()) return false; - std::string filename; - IniFile file = GetPackConfig(); auto* order = file.GetOrCreateSection("Order");