From f246f461993c0bed04dd6ea275a13d40345585d2 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 22 Jun 2011 00:09:37 +0300 Subject: frontend: update file browser filters --- frontend/common/menu.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'frontend/common/menu.c') diff --git a/frontend/common/menu.c b/frontend/common/menu.c index b05c755..96e1bd3 100644 --- a/frontend/common/menu.c +++ b/frontend/common/menu.c @@ -766,11 +766,6 @@ static int scandir_cmp(const void *p1, const void *p2) return alphasort(d1, d2); } -static const char *filter_exts[] = { - ".mp3", ".MP3", ".srm", ".brm", "s.gz", ".mds", "bcfg", ".txt", ".htm", "html", - ".jpg", ".gpe" -}; - static int scandir_filter(const struct dirent *ent) { const char *p; -- cgit v1.2.3