DVDInterface: Remove a (mostly) outdated comment

This commit is contained in:
JosJuice 2017-09-17 11:13:37 +02:00
parent b6bc3bc7c9
commit 3c770693a2
1 changed files with 0 additions and 4 deletions

View File

@ -450,10 +450,6 @@ bool IsDiscInside()
return DVDThread::HasDisc(); 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) static void EjectDiscCallback(u64 userdata, s64 cyclesLate)
{ {
SetDisc(nullptr); SetDisc(nullptr);