From a16800bc795d0a59f8d5406d3af1ccac7c3c712d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 1 Jan 2013 04:11:44 +0100 Subject: [PATCH] (Android) cut down on unneeded members in android_app struct --- android/native/jni/android_glue.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/android/native/jni/android_glue.h b/android/native/jni/android_glue.h index 0ead8e4076..fe04de906a 100644 --- a/android/native/jni/android_glue.h +++ b/android/native/jni/android_glue.h @@ -36,7 +36,6 @@ struct android_app AInputQueue* inputQueue; ANativeWindow* window; - ARect contentRect; int activityState; pthread_mutex_t mutex; @@ -48,11 +47,8 @@ struct android_app pthread_t thread; int running; - int stateSaved; - int redrawNeeded; AInputQueue* pendingInputQueue; ANativeWindow* pendingWindow; - ARect pendingContentRect; }; enum {