From 5ea8a0df3ff159d1c9879b4a3a4c56ff34f0e43f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 28 Feb 2009 15:29:51 +0100 Subject: decoder_list: print decoder list with suffixes Print the list of suffixes supported by each decoder, instead of prining a list of all suffixes of all decoders with duplicates. --- src/decoder_list.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/decoder_list.h') diff --git a/src/decoder_list.h b/src/decoder_list.h index bde6b3806..ed032a1ca 100644 --- a/src/decoder_list.h +++ b/src/decoder_list.h @@ -34,8 +34,6 @@ decoder_plugin_from_mime_type(const char *mimeType, unsigned int next); const struct decoder_plugin * decoder_plugin_from_name(const char *name); -void decoder_plugin_print_all_suffixes(FILE * fp); - void decoder_plugin_print_all_decoders(FILE * fp); /* this is where we "load" all the "plugins" ;-) */ -- cgit v1.2.3