Core: Remove some unused variables

This commit is contained in:
Lioncash 2014-07-04 22:11:13 -04:00
parent c5d2343f51
commit 6dff0b13a4
2 changed files with 0 additions and 4 deletions

View File

@ -502,7 +502,6 @@ s32 cdvdReadSubQ(s32 lsn, cdvdSubQ* subq)
static void cdvdDetectDisk()
{
wxString str;
cdvd.Type = DoCDVDdetectDiskType();
cdvdReloadElfInfo();
}

View File

@ -607,9 +607,6 @@ void (*COP2SPECIAL2PrintTable[128])( string& output ) =
void disR5900Fasm( string& output, u32 code, u32 pc )
{
string dbuf;
char obuf[48];
opcode_addr = pc;
disasmOpcode = code;