]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Removed a couple of unused variables
authorSteve Underwood <steveu@coppice.org>
Sat, 8 Feb 2014 08:25:10 +0000 (16:25 +0800)
committerSteve Underwood <steveu@coppice.org>
Sat, 8 Feb 2014 08:25:10 +0000 (16:25 +0800)
libs/spandsp/src/spandsp/private/g722.h

index 47b2abaa2f88dfd5a341a56887ea1773ac753e80..81dfc68c300873a1eeb1162a535793983cf68cd2 100644 (file)
@@ -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