From 73b05b339bd85817991cf90b7caa8c808af49c18 Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Thu, 1 Sep 2016 17:15:43 +0200 Subject: [PATCH] DVDInterface: Remove unused Triforce buffer. --- Source/Core/Core/HW/DVDInterface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/Core/HW/DVDInterface.cpp b/Source/Core/Core/HW/DVDInterface.cpp index ad85343a82..1fdef1a313 100644 --- a/Source/Core/Core/HW/DVDInterface.cpp +++ b/Source/Core/Core/HW/DVDInterface.cpp @@ -244,9 +244,6 @@ static int s_dtk = 0; static u64 s_last_read_offset; static u64 s_last_read_time; -// GC-AM only -static unsigned char s_media_buffer[0x40]; - static int s_eject_disc; static int s_insert_disc;