From 419e4ba7b65d6e4aea45e9354996e302901538ae Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Mon, 1 May 2006 06:01:34 +0000 Subject: [PATCH] remove window profiling field --- include/FLAC/format.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/FLAC/format.h b/include/FLAC/format.h index d090376e..de9f6eae 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -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) */