Skip to content

Commit

Permalink
CDVD: Fix Wunused-variable warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror authored and stenzek committed Oct 11, 2023
1 parent 4aaf6ba commit 493e95d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pcsx2/CDVD/CDVD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 493e95d

Please sign in to comment.