remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames()

This commit is contained in:
Josh Coalson
2003-09-24 22:07:08 +00:00
parent 8bd4884ca1
commit 02e6011cd4

View File

@@ -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); 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. /** Flush the input and seek to an absolute sample.
* This is inherited from FLAC__SeekableStreamDecoder; see * This is inherited from FLAC__SeekableStreamDecoder; see
* FLAC__seekable_stream_decoder_seek_absolute(). * FLAC__seekable_stream_decoder_seek_absolute().