remove unused globals

Also change globals into statics which are only used in one file
This commit is contained in:
degasus
2014-07-08 22:37:58 +02:00
parent 81ed17be53
commit 7e79806efc
32 changed files with 28 additions and 21937 deletions

View File

@ -44,7 +44,7 @@ static int et_UpdateInterrupts;
static volatile bool interruptSet;
static volatile bool interruptWaiting;
CPReg cpreg; // shared between gfx and emulator thread
static CPReg cpreg; // shared between gfx and emulator thread
void DoState(PointerWrap &p)
{