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())
|
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…
Reference in New Issue