From a61edbd8dc20dbfc2d0aa5f4a297763ef4102209 Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Sat, 8 Feb 2014 16:25:10 +0800 Subject: [PATCH] Removed a couple of unused variables --- libs/spandsp/src/spandsp/private/g722.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/spandsp/src/spandsp/private/g722.h b/libs/spandsp/src/spandsp/private/g722.h index 47b2abaa2f..81dfc68c30 100644 --- a/libs/spandsp/src/spandsp/private/g722.h +++ b/libs/spandsp/src/spandsp/private/g722.h @@ -64,8 +64,6 @@ struct g722_encode_state_s g722_band_t band[2]; - uint32_t in_buffer; - int in_bits; uint32_t out_buffer; int out_bits; }; @@ -94,8 +92,6 @@ struct g722_decode_state_s uint32_t in_buffer; int in_bits; - uint32_t out_buffer; - int out_bits; }; #endif