From 22c8ad829125164e42eba510846daebc87887f43 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 1 Mar 2001 18:48:38 +0000 Subject: [PATCH] remove floating "#if 0" --- src/libFLAC/lpc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libFLAC/lpc.c b/src/libFLAC/lpc.c index b7e81ea9..fd255e4b 100644 --- a/src/libFLAC/lpc.c +++ b/src/libFLAC/lpc.c @@ -80,7 +80,6 @@ void FLAC__lpc_compute_lp_coefficients(const real autoc[], unsigned max_order, r } } -#if 0 int FLAC__lpc_quantize_coefficients(const real lp_coeff[], unsigned order, unsigned precision, unsigned bits_per_sample, int32 qlp_coeff[], int *shift) { unsigned i;