diff options
| author | 2011-03-23 16:27:03 -0700 | |
|---|---|---|
| committer | 2011-03-23 16:43:20 -0700 | |
| commit | 7b49b976277cb3538242151e7dbd24681ddec73e (patch) | |
| tree | 53ed3dc7016109545ef9417c62cfe9949c3e8a2c | |
| parent | d6f8f798f256fc1f0401d1619d1485497ad5306c (diff) | |
retire android_native_window_t
Change-Id: I232c526168e1a93977d1c2d0fa74c8937cdeb23b
Signed-off-by: Iliyan Malchev <malchev@google.com>
| -rw-r--r-- | include/ui/egl/android_natives.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ui/egl/android_natives.h b/include/ui/egl/android_natives.h index 0a6e4fbd5e92..972e79996230 100644 --- a/include/ui/egl/android_natives.h +++ b/include/ui/egl/android_natives.h @@ -291,9 +291,6 @@ struct ANativeWindow void* reserved_proc[2]; }; -// Backwards compatibility... please switch to ANativeWindow. -typedef struct ANativeWindow android_native_window_t; - /* * native_window_set_usage(..., usage) * Sets the intended usage flags for the next buffers |