From 1c56edd1c82727e463eb73be1027119edd17b33e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 22 Feb 2009 17:51:12 +0100 Subject: shout: removed shout_encoder_plugins This array is empty, and is not used anymore. --- src/output/shout_plugin.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/output') diff --git a/src/output/shout_plugin.c b/src/output/shout_plugin.c index 536353178..f4a488f6f 100644 --- a/src/output/shout_plugin.c +++ b/src/output/shout_plugin.c @@ -19,7 +19,6 @@ #include "shout_plugin.h" #include "encoder_plugin.h" #include "encoder_list.h" -#include "config.h" #include #include @@ -29,16 +28,6 @@ static int shout_init_count; -static const struct shout_encoder_plugin *const shout_encoder_plugins[] = { -#ifdef HAVE_SHOUT_MP3 - &shout_mp3_encoder, -#endif -#ifdef HAVE_SHOUT_OGG - &shout_ogg_encoder, -#endif - NULL -}; - static const struct encoder_plugin * shout_encoder_plugin_get(const char *name) { -- cgit v1.2.3