output/raop: remove empty function raopcl_stream_connect()

This commit is contained in:
Max Kellermann 2011-08-31 20:17:24 +02:00
parent 395191bd75
commit 3c034b0a0c
1 changed files with 0 additions and 8 deletions

View File

@ -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: