From: Josh Coalson Date: Sat, 17 Jan 2004 03:51:42 +0000 (+0000) Subject: remove unused stuff X-Git-Tag: 1.2.0~934 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f83709c7235d1df42f31f1da5082d00325cf39ab;p=platform%2Fupstream%2Fflac.git remove unused stuff --- diff --git a/src/libOggFLAC/include/private/ogg_encoder_aspect.h b/src/libOggFLAC/include/private/ogg_encoder_aspect.h index adcd07d..cb0c6ea 100644 --- a/src/libOggFLAC/include/private/ogg_encoder_aspect.h +++ b/src/libOggFLAC/include/private/ogg_encoder_aspect.h @@ -46,6 +46,15 @@ typedef struct OggFLAC__OggEncoderAspect { ogg_page page; FLAC__bool is_first_packet; FLAC__uint64 samples_written; + /* + * This is sum total of 'bytes' that have come through the write + * callback proxy since init time. It can be checked to get an + * un-Ogg-buffered current file position. + */ +#if 0 + /*@@@@@@ not used, get rid of it? */ + FLAC__uint64 bytes_written; +#endif } OggFLAC__OggEncoderAspect; void OggFLAC__ogg_encoder_aspect_set_serial_number(OggFLAC__OggEncoderAspect *aspect, long value);