From 358b6710330b8893dd598a66d84367ffaaaa63a9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 29 Dec 2013 15:53:55 +0100 Subject: DecoderList: remove unused function decoder_plugin_from_mime_type() --- src/DecoderList.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/DecoderList.hxx') diff --git a/src/DecoderList.hxx b/src/DecoderList.hxx index fd4b22c63..3cfaaae7b 100644 --- a/src/DecoderList.hxx +++ b/src/DecoderList.hxx @@ -38,9 +38,6 @@ const struct DecoderPlugin * 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); -- cgit v1.2.3