Merge pull request #96 from lioncash/unused-vars

Core: Remove some unused variables
This commit is contained in:
ramapcsx2 2014-07-05 20:58:12 +02:00
commit b56d9c9e31
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;