Shouldn't be part of images

This commit is contained in:
twinaphex 2017-08-04 20:51:52 +02:00
parent 70e741a70b
commit 3de9bb9fe1

View File

@ -6436,11 +6436,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
#endif
#ifdef HAVE_RTGA
string_list_append(str_list, "tga", attr);
#endif
#ifdef HAVE_IBXM
string_list_append(str_list, "mod", attr);
string_list_append(str_list, "s3m", attr);
string_list_append(str_list, "xm", attr);
#endif
string_list_join_concat(info->exts, sizeof(info->exts), str_list, "|");
string_list_free(str_list);