diff options
author | Max Kellermann <max@duempel.org> | 2014-07-12 02:23:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-12 02:23:36 +0200 |
commit | eabec967ec3e431c10f50e5e83331ea0e5a4950f (patch) | |
tree | b75a7cd586f71ddbe32e45337322b845119086a5 /src/decoder/DecoderBuffer.hxx | |
parent | e42b152037d5d7697bb6775d9fb72c8b051d0d9c (diff) | |
download | mpd-eabec967ec3e431c10f50e5e83331ea0e5a4950f.tar.gz mpd-eabec967ec3e431c10f50e5e83331ea0e5a4950f.tar.xz mpd-eabec967ec3e431c10f50e5e83331ea0e5a4950f.zip |
DecoderBuffer: remove unused method _is_full()
Diffstat (limited to 'src/decoder/DecoderBuffer.hxx')
-rw-r--r-- | src/decoder/DecoderBuffer.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/DecoderBuffer.hxx b/src/decoder/DecoderBuffer.hxx index 0e4b1d5ce..ad9750eda 100644 --- a/src/decoder/DecoderBuffer.hxx +++ b/src/decoder/DecoderBuffer.hxx @@ -58,10 +58,6 @@ gcc_pure const InputStream & decoder_buffer_get_stream(const DecoderBuffer *buffer); -gcc_pure -bool -decoder_buffer_is_full(const DecoderBuffer *buffer); - void decoder_buffer_clear(DecoderBuffer *buffer); |