mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
UICommon/Manager: Remove unused std::string variable in Remove()
This commit is contained in:
parent
41cda6fe6d
commit
5c4d3f55da
1 changed files with 0 additions and 2 deletions
|
@ -143,8 +143,6 @@ bool Remove(ResourcePack& pack)
|
||||||
if (pack_iterator == packs.end())
|
if (pack_iterator == packs.end())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
std::string filename;
|
|
||||||
|
|
||||||
IniFile file = GetPackConfig();
|
IniFile file = GetPackConfig();
|
||||||
|
|
||||||
auto* order = file.GetOrCreateSection("Order");
|
auto* order = file.GetOrCreateSection("Order");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue