From 34543c3f1c07e9b0d2ed9dfb1a09bc2800354411 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Nov 2015 15:43:10 +0100 Subject: [PATCH] (vc_egl_ctx.c) Remove g_quit variable --- gfx/drivers_context/vc_egl_ctx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/drivers_context/vc_egl_ctx.c b/gfx/drivers_context/vc_egl_ctx.c index 6fd7c2f1ad..9597aa246c 100644 --- a/gfx/drivers_context/vc_egl_ctx.c +++ b/gfx/drivers_context/vc_egl_ctx.c @@ -38,7 +38,6 @@ #include "../../config.h" #endif -static volatile sig_atomic_t g_quit; static bool g_inited; static enum gfx_ctx_api g_api;