From: Gerd Hoffmann Date: Mon, 12 Oct 2015 09:59:39 +0000 (+0200) Subject: zap qemu_egl_has_ext in include/ui/egl-helpers.h X-Git-Tag: TizenStudio_2.0_p2.4~27^2~6^2~8^2~231^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb9ab7caae77ce8a99ac0e75312f2428d322958b;p=sdk%2Femulator%2Fqemu.git zap qemu_egl_has_ext in include/ui/egl-helpers.h Drop leftover prototype which sneaked in by mistake Signed-off-by: Gerd Hoffmann Reviewed-by: Marc-André Lureau --- diff --git a/include/ui/egl-helpers.h b/include/ui/egl-helpers.h index 5ad5dc3..8c84398 100644 --- a/include/ui/egl-helpers.h +++ b/include/ui/egl-helpers.h @@ -11,6 +11,5 @@ EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win); int qemu_egl_init_dpy(EGLNativeDisplayType dpy, bool gles, bool debug); EGLContext qemu_egl_init_ctx(void); -bool qemu_egl_has_ext(const char *haystack, const char *needle); #endif /* EGL_HELPERS_H */