DecoderBuffer: remove unused method _is_full()

This commit is contained in:
Max Kellermann
2014-07-12 02:23:36 +02:00
parent e42b152037
commit eabec967ec
2 changed files with 0 additions and 10 deletions

View File

@@ -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);