From 59549d9f62e038cbdd08846bcede5c525315c110 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 28 Jul 2020 12:17:16 +0200 Subject: [PATCH] Remove unused variable --- retroarch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index a6b3a49f50..2e0c2efdd3 100644 --- a/retroarch.c +++ b/retroarch.c @@ -33409,7 +33409,6 @@ static bool video_driver_get_flags(gfx_ctx_flags_t *flags) gfx_ctx_flags_t video_driver_get_flags_wrapper(void) { gfx_ctx_flags_t flags; - struct rarch_state *p_rarch = &rarch_st; flags.flags = 0; if (!video_driver_get_flags(&flags))