remove window profiling field

This commit is contained in:
Josh Coalson 2006-05-01 06:01:34 +00:00
parent 8238936980
commit 419e4ba7b6

View File

@ -315,10 +315,6 @@ typedef struct {
const FLAC__int32 *residual;
/**< The residual signal, length == (blocksize minus order) samples. */
#ifdef WINDOW_DEBUG_OUTPUT
char window_type[64]; //@@@@@@
#endif
} FLAC__Subframe_LPC;
extern FLAC_API const unsigned FLAC__SUBFRAME_LPC_QLP_COEFF_PRECISION_LEN; /**< == 4 (bits) */