diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_api.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h index 5b034c1e9..fbd259859 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -159,6 +159,4 @@ decoder_data(struct decoder *decoder, void *data, size_t datalen, float data_time, uint16_t bitRate, ReplayGainInfo * replayGainInfo); -void decoder_flush(struct decoder *decoder); - #endif |