Merge pull request #697 from lioncash/unused-android

Android: Remove an unused variable from MainAndroid.cpp
This commit is contained in:
Ryan Houdek 2014-07-29 20:08:06 -05:00
commit 91647f5944
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@
ANativeWindow* surf;
int g_width, g_height;
std::string g_filename;
static std::thread g_run_thread;
#define DOLPHIN_TAG "Dolphinemu"