summaryrefslogtreecommitdiff
path: root/drivers/dahdi/biquad.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/biquad.h')
-rw-r--r--drivers/dahdi/biquad.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/dahdi/biquad.h b/drivers/dahdi/biquad.h
index 4fe8cd8..ea2c83d 100644
--- a/drivers/dahdi/biquad.h
+++ b/drivers/dahdi/biquad.h
@@ -25,18 +25,6 @@
* this program for more details.
*/
-typedef struct
-{
- int32_t gain;
- int32_t a1;
- int32_t a2;
- int32_t b1;
- int32_t b2;
-
- int32_t z1;
- int32_t z2;
-} biquad2_state_t;
-
static inline void biquad2_init (biquad2_state_t *bq,
int32_t gain,
int32_t a1,