Commit 1c56edd1 authored by Max Kellermann's avatar Max Kellermann

shout: removed shout_encoder_plugins

This array is empty, and is not used anymore.
parent f6e5c007
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment