From 6319262b9c6a0ae78674a78d56cbd1adf26d3998 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 11 Jan 2020 05:03:27 +0100 Subject: [PATCH] (RGUI) Prevent warning --- menu/drivers/rgui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/drivers/rgui.c b/menu/drivers/rgui.c index 78ae897936..5cfb99f51f 100644 --- a/menu/drivers/rgui.c +++ b/menu/drivers/rgui.c @@ -496,6 +496,7 @@ static const rgui_theme_t rgui_theme_anti_zenburn = { 0xE0B090B0 /* particle_color */ }; +#if 0 static const rgui_theme_t rgui_theme_flux = { 0xFF6FCB9F, /* hover_color */ 0xFF666547, /* normal_color */ @@ -507,6 +508,7 @@ static const rgui_theme_t rgui_theme_flux = { 0xE0FFE28A, /* shadow_color */ 0xE0FB2E01 /* particle_color */ }; +#endif typedef struct {