Calls to app_dummy are no longer necessary.

This commit is contained in:
TwistedUmbrella 2018-03-27 15:23:04 -04:00
parent 0b52fcf2e5
commit c9be03bc5e
1 changed files with 0 additions and 3 deletions

View File

@ -213,9 +213,6 @@ android_main( struct android_app* state )
{
struct ENGINE engine;
// Make sure glue isn't stripped.
app_dummy();
memset( &engine, 0, sizeof(engine) );
state->userData = &engine;
state->onAppCmd = engine_handle_cmd;