Removed deprecated app_dummy call
This commit is contained in:
parent
ab6fc5e842
commit
be78fd0474
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue