Merge pull request #4902 from lioncash/unused

Boot: Remove unused game ID string
This commit is contained in:
JosJuice 2017-02-12 14:20:05 +01:00 committed by GitHub
commit 5e799fd469
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ bool CBoot::BootUp()
PanicAlertT("Warning - starting ISO in wrong console mode!"); PanicAlertT("Warning - starting ISO in wrong console mode!");
} }
std::string game_id = DVDInterface::GetVolume().GetGameID();
std::vector<u8> tmd_buffer = pVolume.GetTMD(); std::vector<u8> tmd_buffer = pVolume.GetTMD();
if (!tmd_buffer.empty()) if (!tmd_buffer.empty())
{ {