From 921ab22cb7dbea424ab6ad06d0ccadd9da304249 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 12 Feb 2017 07:55:49 -0500 Subject: [PATCH] Boot: Remove unused game ID string --- Source/Core/Core/Boot/Boot.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp index 39d46d7b13..42d3327946 100644 --- a/Source/Core/Core/Boot/Boot.cpp +++ b/Source/Core/Core/Boot/Boot.cpp @@ -278,8 +278,6 @@ bool CBoot::BootUp() PanicAlertT("Warning - starting ISO in wrong console mode!"); } - std::string game_id = DVDInterface::GetVolume().GetGameID(); - std::vector tmd_buffer = pVolume.GetTMD(); if (!tmd_buffer.empty()) {