From fd7a62f5ca0e699b239b168c08d23a152b75a999 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 22 Feb 2016 11:48:17 +0100 Subject: [PATCH] (Wayland) Context driver doesn't use egl api anymore --- gfx/drivers_context/wayland_ctx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/drivers_context/wayland_ctx.c b/gfx/drivers_context/wayland_ctx.c index 85657a60c3..1b2577ec61 100644 --- a/gfx/drivers_context/wayland_ctx.c +++ b/gfx/drivers_context/wayland_ctx.c @@ -874,7 +874,6 @@ static bool gfx_ctx_wl_bind_api(void *video_driver, #ifdef HAVE_EGL g_egl_major = major; g_egl_minor = minor; - g_egl_api = api; #endif switch (api)