Fix one warning

This commit is contained in:
twinaphex 2015-06-26 16:13:36 +02:00
parent cd8a15c0df
commit 1a448e3054

View File

@ -2115,7 +2115,6 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
need_push = true;
need_refresh = true;
break;
break;
case DISPLAYLIST_LOAD_CONTENT_LIST:
menu_list_clear(info->list);
ret = menu_displaylist_parse_load_content_list(info);