mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
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
This commit is contained in:
@@ -246,7 +246,7 @@ void gtk_egl_init(void)
|
||||
GdkDisplay *gdk_display = gdk_display_get_default();
|
||||
Display *x11_display = gdk_x11_display_get_xdisplay(gdk_display);
|
||||
|
||||
if (qemu_egl_init_dpy(x11_display, false, false) < 0) {
|
||||
if (qemu_egl_init_dpy(x11_display) < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user