output/raop: remove empty function raopcl_stream_connect()
This commit is contained in:
@@ -486,12 +486,6 @@ wrap_pcm(unsigned char *buffer, int bsize, int *size, unsigned char *inData, int
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
raopcl_stream_connect(G_GNUC_UNUSED struct raop_data *rd)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
raopcl_connect(struct raop_data *rd, GError **error_r)
|
raopcl_connect(struct raop_data *rd, GError **error_r)
|
||||||
{
|
{
|
||||||
@@ -588,8 +582,6 @@ raopcl_connect(struct raop_data *rd, GError **error_r)
|
|||||||
error_r))
|
error_r))
|
||||||
goto erexit;
|
goto erexit;
|
||||||
|
|
||||||
raopcl_stream_connect(rd);
|
|
||||||
|
|
||||||
rval = true;
|
rval = true;
|
||||||
|
|
||||||
erexit:
|
erexit:
|
||||||
|
Reference in New Issue
Block a user