shout: removed shout_encoder_plugins

This array is empty, and is not used anymore.
This commit is contained in:
Max Kellermann 2009-02-22 17:51:12 +01:00
parent f6e5c00726
commit 1c56edd1c8
1 changed files with 0 additions and 11 deletions

View File

@ -19,7 +19,6 @@
#include "shout_plugin.h"
#include "encoder_plugin.h"
#include "encoder_list.h"
#include "config.h"
#include <assert.h>
#include <stdlib.h>
@ -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)
{