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

View File

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