summaryrefslogtreecommitdiffstats
path: root/native/include/android/native_window_jni.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/include/android/native_window_jni.h')
-rw-r--r--native/include/android/native_window_jni.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/native/include/android/native_window_jni.h b/native/include/android/native_window_jni.h
index 408c263..b9e72ef 100644
--- a/native/include/android/native_window_jni.h
+++ b/native/include/android/native_window_jni.h
@@ -33,14 +33,6 @@ extern "C" {
*/
ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
-/**
- * Return the ANativeWindow associated with a Java SurfaceTexture object,
- * for interacting with it through native code. This acquires a reference
- * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
- * when done with it so that it doesn't leak.
- */
-ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
-
#ifdef __cplusplus
};
#endif