From 8ccee0f15e888eabd4e051fd4e6e1e1e3155d726 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 18 Apr 2021 22:22:56 -0700 Subject: [PATCH] ui: Remove dpy_gl_ctx_get_current method --- ui/xemu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/xemu.c b/ui/xemu.c index 7fd2c0d5b9..c17d09c155 100644 --- a/ui/xemu.c +++ b/ui/xemu.c @@ -773,7 +773,6 @@ static const DisplayChangeListenerOps dcl_gl_ops = { .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_ctx_get_current = sdl2_gl_get_current_context, .dpy_gl_scanout_disable = sdl2_gl_scanout_disable, .dpy_gl_scanout_texture = sdl2_gl_scanout_texture, .dpy_gl_update = sdl2_gl_scanout_flush,