UICommon/Manager: Remove unused std::string variable in Remove()

This commit is contained in:
Lioncash 2019-05-27 13:09:21 -04:00
parent 41cda6fe6d
commit 5c4d3f55da
1 changed files with 0 additions and 2 deletions

View File

@ -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");