aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderBuffer.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-12 02:23:36 +0200
committerMax Kellermann <max@duempel.org>2014-07-12 02:23:36 +0200
commiteabec967ec3e431c10f50e5e83331ea0e5a4950f (patch)
treeb75a7cd586f71ddbe32e45337322b845119086a5 /src/decoder/DecoderBuffer.hxx
parente42b152037d5d7697bb6775d9fb72c8b051d0d9c (diff)
downloadmpd-eabec967ec3e431c10f50e5e83331ea0e5a4950f.tar.gz
mpd-eabec967ec3e431c10f50e5e83331ea0e5a4950f.tar.xz
mpd-eabec967ec3e431c10f50e5e83331ea0e5a4950f.zip
DecoderBuffer: remove unused method _is_full()
Diffstat (limited to '')
-rw-r--r--src/decoder/DecoderBuffer.hxx4
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);