aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_list.h
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 /src/mixer_list.h
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--src/mixer_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h
index 95ded5c23..078358ec3 100644
--- a/src/mixer_list.h
+++ b/src/mixer_list.h
@@ -30,7 +30,6 @@ extern const struct mixer_plugin alsa_mixer_plugin;
extern const struct mixer_plugin oss_mixer_plugin;
extern const struct mixer_plugin roar_mixer_plugin;
extern const struct mixer_plugin pulse_mixer_plugin;
-extern const struct mixer_plugin raop_mixer_plugin;
extern const struct mixer_plugin winmm_mixer_plugin;
#endif