From 457d98c8605c3406a2f83f8f099abe0048968efb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 May 2012 23:15:41 +0200 Subject: 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. --- test/read_mixer.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'test/read_mixer.c') 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) { -- cgit v1.2.3