aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_mixer.c
diff options
context:
space:
mode:
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)
{