diff --git a/src/libOggFLAC/include/protected/seekable_stream_decoder.h b/src/libOggFLAC/include/protected/seekable_stream_decoder.h index 2edca150..8612a39f 100644 --- a/src/libOggFLAC/include/protected/seekable_stream_decoder.h +++ b/src/libOggFLAC/include/protected/seekable_stream_decoder.h @@ -38,7 +38,6 @@ typedef struct OggFLAC__SeekableStreamDecoderProtected { FLAC__bool md5_checking; /* if true, generate MD5 signature of decoded data and compare against signature in the STREAMINFO metadata block */ OggFLAC__SeekableStreamDecoderState state; - OggFLAC__OggDecoderAspect ogg_decoder_aspect; } OggFLAC__SeekableStreamDecoderProtected; #endif