From 1e4f3607c37902f055892b021d609aaa200d25f0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 19 Jun 2018 12:18:09 -0400 Subject: [PATCH] GameFile: Remove unused variable within GetUniqueIdentifier() --- Source/Core/UICommon/GameFile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/UICommon/GameFile.cpp b/Source/Core/UICommon/GameFile.cpp index 0d3f7469be..13c4c443dc 100644 --- a/Source/Core/UICommon/GameFile.cpp +++ b/Source/Core/UICommon/GameFile.cpp @@ -315,7 +315,6 @@ std::vector GameFile::GetLanguages() const std::string GameFile::GetUniqueIdentifier() const { - const DiscIO::Language lang = DiscIO::Language::English; std::vector info; if (!GetGameID().empty()) info.push_back(GetGameID());