Merge pull request #7136 from lioncash/unused
GameFile: Remove unused variable within GetUniqueIdentifier()
This commit is contained in:
commit
de0b153867
|
@ -315,7 +315,6 @@ std::vector<DiscIO::Language> GameFile::GetLanguages() const
|
||||||
|
|
||||||
std::string GameFile::GetUniqueIdentifier() const
|
std::string GameFile::GetUniqueIdentifier() const
|
||||||
{
|
{
|
||||||
const DiscIO::Language lang = DiscIO::Language::English;
|
|
||||||
std::vector<std::string> info;
|
std::vector<std::string> info;
|
||||||
if (!GetGameID().empty())
|
if (!GetGameID().empty())
|
||||||
info.push_back(GetGameID());
|
info.push_back(GetGameID());
|
||||||
|
|
Loading…
Reference in New Issue