diff --git a/Source/Core/Core/HW/DVDInterface.cpp b/Source/Core/Core/HW/DVDInterface.cpp index ad85343a82ad..1fdef1a31334 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;