summaryrefslogtreecommitdiff
path: root/plugins/flac/flac.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/flac/flac.c')
-rw-r--r--plugins/flac/flac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/flac/flac.c b/plugins/flac/flac.c
index 6c136e9d..678837b9 100644
--- a/plugins/flac/flac.c
+++ b/plugins/flac/flac.c
@@ -921,8 +921,6 @@ error:
static const char *exts[] = { "flac", "oga", NULL };
-static const char *filetypes[] = { "FLAC", "OggFLAC", NULL };
-
// define plugin interface
static DB_decoder_t plugin = {
DB_PLUGIN_SET_API_VERSION
@@ -961,7 +959,6 @@ static DB_decoder_t plugin = {
.read_metadata = cflac_read_metadata,
.write_metadata = cflac_write_metadata,
.exts = exts,
- .filetypes = filetypes
};
DB_plugin_t *