mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:24:33 +02:00
UICommon/Manager: Remove unused std::string variable in Remove()
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user