aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_mixer.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-05-29 23:15:41 +0200
committerMax Kellermann <max@duempel.org>2012-05-29 23:15:41 +0200
commit457d98c8605c3406a2f83f8f099abe0048968efb (patch)
tree16c57c4ab55a219384eaed1a16fb902403a4994e /test/read_mixer.c
parent3c3f1b7ff27c13b817a7a94ef7605e06c93e4ff2 (diff)
downloadmpd-457d98c8605c3406a2f83f8f099abe0048968efb.tar.gz
mpd-457d98c8605c3406a2f83f8f099abe0048968efb.tar.xz
mpd-457d98c8605c3406a2f83f8f099abe0048968efb.zip
output/raop: delete the RAOP plugin
This plugin is horrible code, I mean it. Last year, I tried hard to fix it, but I figured would take less time to do a full rewrite. Given that I don't even have any device that supports RAOP, I can't do that properly. After 16 months, nobody volunteered for fixing it. Hereby, I delete it, because having no RAOP plugin is better than having this mess. Sorry.
Diffstat (limited to '')
-rw-r--r--test/read_mixer.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/read_mixer.c b/test/read_mixer.c
index 0a0719460..f6de8177d 100644
--- a/test/read_mixer.c
+++ b/test/read_mixer.c
@@ -83,25 +83,6 @@ roar_output_set_volume(G_GNUC_UNUSED struct roar *roar,
#endif
-#ifdef ENABLE_RAOP_OUTPUT
-#include "output/raop_output_plugin.h"
-
-bool
-raop_set_volume(G_GNUC_UNUSED struct raop_data *rd,
- G_GNUC_UNUSED unsigned volume,
- G_GNUC_UNUSED GError **error_r)
-{
- return false;
-}
-
-int
-raop_get_volume(G_GNUC_UNUSED struct raop_data *rd)
-{
- return -1;
-}
-
-#endif
-
void
event_pipe_emit(G_GNUC_UNUSED enum pipe_event event)
{