diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderList.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/DecoderList.hxx b/src/DecoderList.hxx index fd4b22c63..3cfaaae7b 100644 --- a/src/DecoderList.hxx +++ b/src/DecoderList.hxx @@ -39,9 +39,6 @@ decoder_plugin_from_suffix(const char *suffix, const struct DecoderPlugin *plugin); const struct DecoderPlugin * -decoder_plugin_from_mime_type(const char *mimeType, unsigned int next); - -const struct DecoderPlugin * decoder_plugin_from_name(const char *name); /* this is where we "load" all the "plugins" ;-) */ |