CDVD: Fix Wunused-variable warnings.

This commit is contained in:
lightningterror 2023-10-11 11:27:06 +02:00 committed by Connor McLaughlin
parent 4aaf6ba69e
commit 493e95d9d6
1 changed files with 0 additions and 3 deletions

View File

@ -1905,7 +1905,6 @@ static void cdvdWrite04(u8 rt)
DevCon.Warning("CDVD: CD Read using Nominal switch from CAV to CLV, unhandled");
bool ParamError = false;
const int oldSpeed = cdvd.Speed;
switch (cdvd.SpindlCtrl & CDVD_SPINDLE_SPEED)
{
@ -2036,7 +2035,6 @@ static void cdvdWrite04(u8 rt)
DevCon.Warning("CDVD: CDDA Read using Nominal switch from CAV to CLV, unhandled");
bool ParamError = false;
const int oldSpeed = cdvd.Speed;
switch (cdvd.SpindlCtrl & CDVD_SPINDLE_SPEED)
{
@ -2138,7 +2136,6 @@ static void cdvdWrite04(u8 rt)
DevCon.Warning("CDVD: DVD Read using Nominal switch from CAV to CLV, unhandled");
bool ParamError = false;
const int oldSpeed = cdvd.Speed;
switch (cdvd.SpindlCtrl & CDVD_SPINDLE_SPEED)
{