mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove now-obsolete libOggFLAC stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user