summaryrefslogtreecommitdiff
path: root/drivers/dahdi/ecdis.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/ecdis.h')
-rw-r--r--drivers/dahdi/ecdis.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/dahdi/ecdis.h b/drivers/dahdi/ecdis.h
index 87abf48..205b2e3 100644
--- a/drivers/dahdi/ecdis.h
+++ b/drivers/dahdi/ecdis.h
@@ -28,18 +28,6 @@
#include "biquad.h"
-typedef struct
-{
- biquad2_state_t notch;
- int notch_level;
- int channel_level;
- int tone_present;
- int tone_cycle_duration;
- int good_cycles;
- int hit;
-} echo_can_disable_detector_state_t;
-
-
#define FALSE 0
#define TRUE (!FALSE)