summaryrefslogtreecommitdiffstats
path: root/native/include/android/native_activity.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/include/android/native_activity.h')
-rw-r--r--native/include/android/native_activity.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/native/include/android/native_activity.h b/native/include/android/native_activity.h
index d23e40f..bf5c641 100644
--- a/native/include/android/native_activity.h
+++ b/native/include/android/native_activity.h
@@ -132,14 +132,6 @@ typedef struct ANativeActivityCallbacks {
void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
/**
- * The drawing window for this native activity has changed. During this time,
- * old ANativeWindow object is still valid but no longer active and drawing
- * should switch to the new ANativeWindow given here. After returning from
- * this function, you must not touch the old window.
- */
- void (*onNativeWindowChanged)(ANativeActivity* activity, ANativeWindow* window);
-
- /**
* The drawing window for this native activity is going to be destroyed.
* You MUST ensure that you do not touch the window object after returning
* from this function: in the common case of drawing to the window from