diff options
Diffstat (limited to '')
-rw-r--r-- | src/decode.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/decode.h b/src/decode.h index ab943626d..fbee97c82 100644 --- a/src/decode.h +++ b/src/decode.h @@ -63,11 +63,4 @@ void decode(void); void decoderInit(void); -/** - * Called by the decoder thread when it has performed the requested - * command (dc->command). This function resets dc->command and wakes - * up the player thread. - */ -void dc_command_finished(void); - #endif |