Removed deprecated app_dummy call

This commit is contained in:
saschawillems 2018-05-11 08:31:26 +02:00
parent ab6fc5e842
commit be78fd0474
2 changed files with 0 additions and 2 deletions

View file

@ -509,7 +509,6 @@ void handleAppCommand(android_app * app, int32_t cmd) {
}
}
void android_main(android_app* state) {
app_dummy();
androidapp = state;
androidapp->onAppCmd = handleAppCommand;
int ident, events;

View file

@ -844,7 +844,6 @@ void handleAppCommand(android_app * app, int32_t cmd) {
}
}
void android_main(android_app* state) {
app_dummy();
androidapp = state;
androidapp->onAppCmd = handleAppCommand;
int ident, events;