Remove unused variable

This commit is contained in:
twinaphex 2021-01-16 17:05:28 +01:00
parent 4e74a6f8b1
commit bc48080ee5

View File

@ -7958,7 +7958,6 @@ unsigned menu_displaylist_build_list(
#ifdef HAVE_SCREENSHOTS
bool notification_show_screenshot = settings->bools.notification_show_screenshot;
#endif
bool notification_show_refresh_rate = settings->bools.notification_show_refresh_rate;
#endif
menu_displaylist_build_info_selective_t build_list[] = {
{MENU_ENUM_LABEL_FPS_SHOW, PARSE_ONLY_BOOL, true },