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
acca6a79
Commit
acca6a79
authored
Jan 10, 2011
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder_control: remove unused function dc_command_wait()
Only dc_command_wait_locked() is really being used.
parent
b77e6226
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
decoder_control.c
src/decoder_control.c
+0
-8
decoder_control.h
src/decoder_control.h
+0
-3
No files found.
src/decoder_control.c
View file @
acca6a79
...
...
@@ -68,14 +68,6 @@ dc_command_wait_locked(struct decoder_control *dc)
player_wait_decoder
(
dc
->
player_control
,
dc
);
}
void
dc_command_wait
(
struct
decoder_control
*
dc
)
{
decoder_lock
(
dc
);
dc_command_wait_locked
(
dc
);
decoder_unlock
(
dc
);
}
static
void
dc_command_locked
(
struct
decoder_control
*
dc
,
enum
decoder_command
cmd
)
{
...
...
src/decoder_control.h
View file @
acca6a79
...
...
@@ -226,9 +226,6 @@ decoder_current_song(const struct decoder_control *dc)
return
NULL
;
}
void
dc_command_wait
(
struct
decoder_control
*
dc
);
/**
* Start the decoder.
*
...
...
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