From 1a4a3e1f1f09ade38095757952bbf732ec275fe8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 1 Nov 2008 14:53:30 +0100 Subject: decoder: manage decoder list in a static array Currently, there is no way to dynamically load decoder plugins, thus we don't need a dynamic list to manage them. --- src/decoder_list.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/decoder_list.h') diff --git a/src/decoder_list.h b/src/decoder_list.h index 2e18438fb..80ade3312 100644 --- a/src/decoder_list.h +++ b/src/decoder_list.h @@ -23,10 +23,6 @@ struct decoder_plugin; -/* individual functions to load/unload plugins */ -void decoder_plugin_load(struct decoder_plugin *inputPlugin); -void decoder_plugin_unload(struct decoder_plugin *inputPlugin); - /* interface for using plugins */ const struct decoder_plugin * -- cgit v1.2.3