mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +00:00
C89_BUILD fix
This commit is contained in:
parent
4e68bc0b53
commit
832ea8c3d9
@ -350,7 +350,6 @@ static const char *xmb_thumbnails_ident(void)
|
||||
return "OFF";
|
||||
}
|
||||
|
||||
#ifdef HAVE_SHADERPIPELINE
|
||||
static float *xmb_gradient_ident(void)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
@ -380,7 +379,6 @@ static float *xmb_gradient_ident(void)
|
||||
|
||||
return &gradient_legacy_red[0];
|
||||
}
|
||||
#endif
|
||||
|
||||
static size_t xmb_list_get_selection(void *data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user