CDVD: Fix struct member variables not used.

Codacy.
This commit is contained in:
lightningterror 2023-04-02 21:50:30 +02:00
parent 53a8855696
commit d7e54ccbed
1 changed files with 0 additions and 8 deletions

View File

@ -907,14 +907,6 @@ void cdvdReset()
cdvdCtrlTrayClose();
}
struct Freeze_v10Compat
{
u8 Action;
u32 SeekToSector;
u32 ReadTime;
bool Spinning;
};
void SaveStateBase::cdvdFreeze()
{
FreezeTag("cdvd");