shout: don't check HAVE_SHOUT

If the shout plugin is disabled, shout_plugin.c isn't compiled at all,
no need to check the macro definition.
This commit is contained in:
Max Kellermann 2008-11-25 17:19:42 +01:00
parent fd1144145c
commit 125dad7119
1 changed files with 0 additions and 7 deletions

View File

@ -18,8 +18,6 @@
#include "shout_plugin.h"
#ifdef HAVE_SHOUT
#include "../utils.h"
#include <assert.h>
@ -582,8 +580,3 @@ const struct audio_output_plugin shoutPlugin = {
.close = my_shout_close_device,
.send_tag = my_shout_set_tag,
};
#else
DISABLED_AUDIO_OUTPUT_PLUGIN(shoutPlugin)
#endif