Commit 3c034b0a authored by Max Kellermann's avatar Max Kellermann

output/raop: remove empty function raopcl_stream_connect()

parent 395191bd
......@@ -486,12 +486,6 @@ wrap_pcm(unsigned char *buffer, int bsize, int *size, unsigned char *inData, int
return true;
}
static void
raopcl_stream_connect(G_GNUC_UNUSED struct raop_data *rd)
{
}
static bool
raopcl_connect(struct raop_data *rd, GError **error_r)
{
......@@ -588,8 +582,6 @@ raopcl_connect(struct raop_data *rd, GError **error_r)
error_r))
goto erexit;
raopcl_stream_connect(rd);
rval = true;
erexit:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment