Core: Remove an unused var

This commit is contained in:
Jasper St. Pierre 2013-07-22 04:31:49 -04:00
parent 15b8ac64ef
commit 2631ec3cff
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ void Stop();
bool g_bStopping = false;
bool g_bHwInit = false;
bool g_bStarted = false;
bool g_bRealWiimote = false;
void *g_pWindowHandle = NULL;
std::string g_stateFileName;
std::thread g_EmuThread;