Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3c034b0a
Commit
3c034b0a
authored
Aug 31, 2011
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/raop: remove empty function raopcl_stream_connect()
parent
395191bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
raop_output_plugin.c
src/output/raop_output_plugin.c
+0
-8
No files found.
src/output/raop_output_plugin.c
View file @
3c034b0a
...
@@ -486,12 +486,6 @@ wrap_pcm(unsigned char *buffer, int bsize, int *size, unsigned char *inData, int
...
@@ -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)
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment