mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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