output/raop: remove empty function raopcl_stream_connect()
This commit is contained in:
parent
395191bd75
commit
3c034b0a0c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue