diff --git a/ui/xemu.c b/ui/xemu.c index 5debd25587..a44de9f033 100644 --- a/ui/xemu.c +++ b/ui/xemu.c @@ -789,13 +789,8 @@ static const DisplayChangeListenerOps dcl_gl_ops = { .dpy_gfx_update = sdl2_gl_update, .dpy_gfx_switch = sdl2_gl_switch, .dpy_gfx_check_format = xb_console_gl_check_format, - // .dpy_refresh = sdl2_gl_refresh, .dpy_mouse_set = sdl_mouse_warp, .dpy_cursor_define = sdl_mouse_define, - - .dpy_gl_ctx_create = sdl2_gl_create_context, - .dpy_gl_ctx_destroy = sdl2_gl_destroy_context, - .dpy_gl_ctx_make_current = sdl2_gl_make_context_current, .dpy_gl_scanout_disable = sdl2_gl_scanout_disable, .dpy_gl_scanout_texture = sdl2_gl_scanout_texture, .dpy_gl_update = sdl2_gl_scanout_flush,