aboutsummaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-05-05 12:40:57 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-05-12 12:02:48 +0200
commit9f728c7940dfade366fed01d8f43f1e5283f95d8 (patch)
tree4abe6e2d821d734db4f93222836ea11a9f963a26 /include/ui
parentc19f4fbce1c2293b7a9bddadddd7a1b69953f534 (diff)
downloadqemu-9f728c7940dfade366fed01d8f43f1e5283f95d8.zip
qemu-9f728c7940dfade366fed01d8f43f1e5283f95d8.tar.gz
qemu-9f728c7940dfade366fed01d8f43f1e5283f95d8.tar.bz2
egl-helpers: drop support for gles and debug logging
Leftover from the early opengl days. Unused now, so delete the dead code. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20170505104101.30589-3-kraxel@redhat.com
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/egl-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/egl-helpers.h b/include/ui/egl-helpers.h
index 88a13e8..fec7da1 100644
--- a/include/ui/egl-helpers.h
+++ b/include/ui/egl-helpers.h
@@ -21,7 +21,7 @@ int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc);
EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win);
-int qemu_egl_init_dpy(EGLNativeDisplayType dpy, bool gles, bool debug);
+int qemu_egl_init_dpy(EGLNativeDisplayType dpy);
EGLContext qemu_egl_init_ctx(void);
#endif /* EGL_HELPERS_H */