summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-08-11 18:47:21 +0000
committerShaun Ruffell <sruffell@digium.com>2009-08-11 18:47:21 +0000
commit5ae2331f53d83f284e46b5455100d1d456c69fd5 (patch)
treed4af6f734d040698ab00f57e6bfdca1762ed697d /drivers/dahdi/wctdm24xxp
parentf65b487e4d207f699d92c3fb0e8261413a8c5577 (diff)
wctdm24xxp: Remove unused members related to hardware DTMF detection.
Not used anymore, so they are gone. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6952 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctdm24xxp')
-rw-r--r--drivers/dahdi/wctdm24xxp/wctdm24xxp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
index 40ca060..ba362f0 100644
--- a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
+++ b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
@@ -212,12 +212,6 @@ struct wctdm {
int vpm100;
- unsigned long dtmfactive;
- unsigned long dtmfmask;
- unsigned long dtmfmutemask;
- short dtmfenergy[NUM_CARDS];
- short dtmfdigit[NUM_CARDS];
-
struct vpmadt032 *vpmadt032;
#ifdef FANCY_ECHOCAN
int echocanpos;