remove unused member "ogg_decoder_aspect"

This commit is contained in:
Josh Coalson 2004-03-17 22:00:54 +00:00
parent e8d8fde79b
commit e436297d64
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
typedef struct OggFLAC__FileDecoderProtected {
OggFLAC__FileDecoderState state;
OggFLAC__OggDecoderAspect ogg_decoder_aspect;
} OggFLAC__FileDecoderProtected;
#endif