From c4b7c84676b1842d76382c596f4b126ae267c1c5 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 8 Feb 2001 00:25:23 +0000 Subject: [PATCH] delete unused global --- src/libFLAC/format.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index de8d8d65..db1d8c29 100644 --- a/src/libFLAC/format.c +++ b/src/libFLAC/format.c @@ -59,7 +59,6 @@ const char *FLAC__EntropyCodingMethodTypeString[] = { const unsigned FLAC__SUBFRAME_LPC_QLP_COEFF_PRECISION_LEN = 4; /* bits */ const unsigned FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN = 5; /* bits */ -const unsigned FLAC__SUBFRAME_LPC_RICE_PARAMETER_LEN = 4; /* bits */ const unsigned FLAC__SUBFRAME_TYPE_CONSTANT_BITS = 0x00; const unsigned FLAC__SUBFRAME_TYPE_VERBATIM_BITS = 0x02;