Fix android build

This commit is contained in:
OttoLidenbrock 2015-05-23 12:53:16 +10:00
parent 96504404e6
commit 458fa3a678
1 changed files with 0 additions and 3 deletions

View File

@ -137,9 +137,6 @@ public:
virtual void exitToOS()
{
shutdown_requested = true;
#ifdef __ANDROID__
porting::handleAndroidActivityEvents();
#endif
}
virtual void disconnect()