diff options
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/java/android/opengl/EGL14.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/java/android/opengl/EGL14.java b/opengl/java/android/opengl/EGL14.java index d1e2a9e..2c9508a 100644 --- a/opengl/java/android/opengl/EGL14.java +++ b/opengl/java/android/opengl/EGL14.java @@ -447,7 +447,6 @@ public static final int EGL_CORE_NATIVE_ENGINE = 0x305B; // C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time ) - /** @hide -- TODO(fadden) unhide this */ public static native boolean eglPresentationTimeANDROID( EGLDisplay dpy, EGLSurface sur, |