From 02e6011cd4a1a8a5cb3d3f034cffa34fc57adf28 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 24 Sep 2003 22:07:08 +0000 Subject: [PATCH] remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames() --- include/FLAC/file_decoder.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/FLAC/file_decoder.h b/include/FLAC/file_decoder.h index a14a0456..f506326d 100644 --- a/include/FLAC/file_decoder.h +++ b/include/FLAC/file_decoder.h @@ -627,17 +627,6 @@ FLAC_API FLAC__bool FLAC__file_decoder_process_until_end_of_metadata(FLAC__FileD */ FLAC_API FLAC__bool FLAC__file_decoder_process_until_end_of_file(FLAC__FileDecoder *decoder); -/** This is inherited from FLAC__SeekableStreamDecoder; see - * FLAC__seekable_stream_decoder_process_remaining_frames(). - * - * \param decoder A decoder instance. - * \assert - * \code decoder != NULL \endcode - * \retval FLAC__bool - * See above. - */ -FLAC_API FLAC__bool FLAC__file_decoder_process_remaining_frames(FLAC__FileDecoder *decoder); - /** Flush the input and seek to an absolute sample. * This is inherited from FLAC__SeekableStreamDecoder; see * FLAC__seekable_stream_decoder_seek_absolute().