diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-10-12 11:59:39 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-02-03 10:41:36 +0100 |
commit | cb9ab7caae77ce8a99ac0e75312f2428d322958b (patch) | |
tree | 1cc5d656b0e48f68fa8e5129cecaa476aedde7c8 /include/ui | |
parent | c65db7705b7926f4a084b93778e4bd5dd3990aad (diff) |
zap qemu_egl_has_ext in include/ui/egl-helpers.h
Drop leftover prototype which sneaked in by mistake
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/egl-helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/egl-helpers.h b/include/ui/egl-helpers.h index 5ad5dc3081..8c84398001 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 */ |