mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
UICommon/Manager: Remove unused std::string variable in Remove()
This commit is contained in:
parent
41cda6fe6d
commit
5c4d3f55da
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user