Removed deprecated app_dummy call
This commit is contained in:
parent
ab6fc5e842
commit
be78fd0474
2 changed files with 0 additions and 2 deletions
|
|
@ -509,7 +509,6 @@ void handleAppCommand(android_app * app, int32_t cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void android_main(android_app* state) {
|
void android_main(android_app* state) {
|
||||||
app_dummy();
|
|
||||||
androidapp = state;
|
androidapp = state;
|
||||||
androidapp->onAppCmd = handleAppCommand;
|
androidapp->onAppCmd = handleAppCommand;
|
||||||
int ident, events;
|
int ident, events;
|
||||||
|
|
|
||||||
|
|
@ -844,7 +844,6 @@ void handleAppCommand(android_app * app, int32_t cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void android_main(android_app* state) {
|
void android_main(android_app* state) {
|
||||||
app_dummy();
|
|
||||||
androidapp = state;
|
androidapp = state;
|
||||||
androidapp->onAppCmd = handleAppCommand;
|
androidapp->onAppCmd = handleAppCommand;
|
||||||
int ident, events;
|
int ident, events;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue