remove now-obsolete libOggFLAC stuff

This commit is contained in:
Josh Coalson
2006-10-16 16:18:34 +00:00
parent b1f323810b
commit 0b9442c3b6
10 changed files with 10 additions and 44 deletions

View File

@@ -183,9 +183,6 @@ namespace FLAC {
// lame hack: some MSVC/GCC versions can't see a protected decoder_ from nested State::resolved_as_cstring()
friend State;
#endif
// hackery solely for the use of libOggFLAC++
Stream(::FLAC__StreamDecoder *);
::FLAC__StreamDecoder *decoder_;
static ::FLAC__StreamDecoderReadStatus read_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);