DVDInterface: Get rid of DVDCommandResult struct

It's only used in one place and is no longer necesssary.
This commit is contained in:
JosJuice
2015-01-07 17:55:21 +01:00
parent af4f872dfe
commit 3414f818cd
2 changed files with 24 additions and 26 deletions

View File

@ -85,12 +85,6 @@ enum DIInterruptType
INT_CVRINT = 3,
};
struct DVDCommandResult
{
DIInterruptType interrupt_type;
u64 ticks_until_completion;
};
void Init();
void Shutdown();
void DoState(PointerWrap &p);