mirror of https://gitee.com/openkylin/qemu.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 <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
c65db7705b
commit
cb9ab7caae
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue