From 3c770693a28daa3526ed64900641301799660b93 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 17 Sep 2017 11:13:37 +0200 Subject: [PATCH] DVDInterface: Remove a (mostly) outdated comment --- Source/Core/Core/HW/DVD/DVDInterface.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/Core/HW/DVD/DVDInterface.cpp b/Source/Core/Core/HW/DVD/DVDInterface.cpp index cd3d6b10e6..192f93d8fd 100644 --- a/Source/Core/Core/HW/DVD/DVDInterface.cpp +++ b/Source/Core/Core/HW/DVD/DVDInterface.cpp @@ -450,10 +450,6 @@ bool IsDiscInside() return DVDThread::HasDisc(); } -// Take care of all logic of "swapping discs" -// We want this in the "backend", NOT the gui -// any !empty string will be deleted to ensure -// that the userdata string exists when called static void EjectDiscCallback(u64 userdata, s64 cyclesLate) { SetDisc(nullptr);