(RGUI) Prevent warning

This commit is contained in:
twinaphex 2020-01-11 05:03:27 +01:00
parent 78e02bf3dd
commit 6319262b9c

View File

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