diff options
author | Max Kellermann <max@duempel.org> | 2011-01-10 21:08:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-01-10 21:08:16 +0100 |
commit | acca6a799b523b0f068910834f31d9a7056fea2a (patch) | |
tree | 35074eb01364e9a08218fd4ee622f1d35dcbc94e /src/decoder_control.h | |
parent | b77e62260aa1f3d36d742d947610c13f235bb67a (diff) | |
download | mpd-acca6a799b523b0f068910834f31d9a7056fea2a.tar.gz mpd-acca6a799b523b0f068910834f31d9a7056fea2a.tar.xz mpd-acca6a799b523b0f068910834f31d9a7056fea2a.zip |
decoder_control: remove unused function dc_command_wait()
Only dc_command_wait_locked() is really being used.
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r-- | src/decoder_control.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h index 13b894685..f0e369c71 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -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. * |