Remove some more unneeded code here

This commit is contained in:
twinaphex 2016-07-16 17:13:52 +02:00
parent 93eaa54430
commit 4044185eaf

View File

@ -3331,14 +3331,6 @@ static int menu_displaylist_parse_cores(
is_dir = (file_type == FILE_TYPE_DIRECTORY);
if (!is_dir)
{
if (BIT32_GET(filebrowser_types, FILEBROWSER_SELECT_DIR))
continue;
if (BIT32_GET(filebrowser_types, FILEBROWSER_SCAN_DIR))
continue;
}
/* Need to preserve slash first time. */
path = str_list->elems[i].data;