From 63f83233f6bbfd3b7add1cc3abcb4bf75b7f5912 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 27 Apr 2011 22:27:11 +0200 Subject: fixed mp3 filetype for streamed radio; removed filetypes ptr in DB_decoder_t --- plugins/sid/plugin.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/sid') diff --git a/plugins/sid/plugin.c b/plugins/sid/plugin.c index ff350da6..6c4705b5 100644 --- a/plugins/sid/plugin.c +++ b/plugins/sid/plugin.c @@ -19,8 +19,6 @@ #include "csid.h" static const char *exts[] = { "sid",NULL }; -const char *filetypes[] = { "SID", NULL }; - static const char settings_dlg[] = "property \"Enable HVSC Songlength DB\" checkbox hvsc_enable 0;\n" "property \"Songlengths.txt (from HVSC)\" file hvsc_path \"\";\n" @@ -74,6 +72,5 @@ DB_decoder_t sid_plugin = { // .numvoices = csid_numvoices, // .mutevoice = csid_mutevoice, .exts = exts, - .filetypes = filetypes, }; -- cgit v1.2.3