summaryrefslogtreecommitdiff
path: root/plugins/tta
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tta')
-rw-r--r--plugins/tta/ttaplug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/tta/ttaplug.c b/plugins/tta/ttaplug.c
index 20a0c8a5..95bac3c5 100644
--- a/plugins/tta/ttaplug.c
+++ b/plugins/tta/ttaplug.c
@@ -302,7 +302,6 @@ tta_stop (void) {
}
static const char * exts[] = { "tta", NULL };
-static const char *filetypes[] = { "TTA", NULL };
// define plugin interface
static DB_decoder_t plugin = {
@@ -346,7 +345,6 @@ static DB_decoder_t plugin = {
.read_metadata = tta_read_metadata,
.write_metadata = tta_write_metadata,
.exts = exts,
- .filetypes = filetypes
};
DB_plugin_t *