aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderBuffer.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-12 01:28:37 +0200
committerMax Kellermann <max@duempel.org>2014-07-12 01:28:37 +0200
commit4c7b0b935b5391ae771f2e9385ad312a1d811a4c (patch)
tree6ffed9b9f0d6456f222182b270aca5370acd400c /src/decoder/DecoderBuffer.hxx
parentc400876df14af93c8ca3740297c79ea2cb8b0988 (diff)
downloadmpd-4c7b0b935b5391ae771f2e9385ad312a1d811a4c.tar.gz
mpd-4c7b0b935b5391ae771f2e9385ad312a1d811a4c.tar.xz
mpd-4c7b0b935b5391ae771f2e9385ad312a1d811a4c.zip
DecoderBuffer: remove unused method _is_empty()
Diffstat (limited to 'src/decoder/DecoderBuffer.hxx')
-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 f295eb0b5..0e4b1d5ce 100644
--- a/src/decoder/DecoderBuffer.hxx
+++ b/src/decoder/DecoderBuffer.hxx
@@ -60,10 +60,6 @@ decoder_buffer_get_stream(const DecoderBuffer *buffer);
gcc_pure
bool
-decoder_buffer_is_empty(const DecoderBuffer *buffer);
-
-gcc_pure
-bool
decoder_buffer_is_full(const DecoderBuffer *buffer);
void