Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Core: Remove an unused var
  • Loading branch information
magcius committed Jul 22, 2013
1 parent 15b8ac6 commit 2631ec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/Src/Core.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 2631ec3

Please sign in to comment.