remove unused ogg_decoder_aspect

This commit is contained in:
Josh Coalson 2004-09-21 05:29:42 +00:00
parent 6803734dc4
commit af8101f87d

View File

@ -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