Remove unused variable

This commit is contained in:
Twinaphex 2020-07-28 12:17:16 +02:00
parent 4c6136d970
commit 59549d9f62

View File

@ -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))