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.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user