Get rid of unused variable

This commit is contained in:
Twinaphex 2015-05-17 02:32:28 +02:00
parent 3ead5590e6
commit ecce47a8fb

View File

@ -2019,7 +2019,6 @@ static int menu_displaylist_deferred_push(menu_displaylist_info_t *info)
int menu_displaylist_push(file_list_t *list, file_list_t *menu_list)
{
int ret;
unsigned type = 0;
const char *path = NULL;
const char *label = NULL;