diff --git a/examples/computeheadless/computeheadless.cpp b/examples/computeheadless/computeheadless.cpp index cda2deb1..c941f6e6 100644 --- a/examples/computeheadless/computeheadless.cpp +++ b/examples/computeheadless/computeheadless.cpp @@ -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; diff --git a/examples/renderheadless/renderheadless.cpp b/examples/renderheadless/renderheadless.cpp index cfd18369..78eed7f8 100644 --- a/examples/renderheadless/renderheadless.cpp +++ b/examples/renderheadless/renderheadless.cpp @@ -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;