C89_BUILD fix

This commit is contained in:
twinaphex 2016-07-21 21:57:07 +02:00
parent 4e68bc0b53
commit 832ea8c3d9

View File

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