summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-20 18:54:47 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-20 18:54:47 +0000
commit58529024d36b90877f5a608d952ecf6d98542109 (patch)
tree63676b0534e639d6043e306ef79482bfbdb66894 /drivers/dahdi/wcte12xp
parent57dd86461ba3185696b76d400edfddd37c488a39 (diff)
wcte12xp: Remove unused 'dtmfactive', 'dtmfmask', and 'dtmfmutemask' members.
These members are no longer used in the driver and are now gone. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9348 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp')
-rw-r--r--drivers/dahdi/wcte12xp/wcte12xp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h
index 8c04afe..f08b9f3 100644
--- a/drivers/dahdi/wcte12xp/wcte12xp.h
+++ b/drivers/dahdi/wcte12xp/wcte12xp.h
@@ -132,9 +132,6 @@ struct t1 {
struct vpmadt032 *vpmadt032;
unsigned long vpm_check;
struct work_struct vpm_check_work;
- unsigned long dtmfactive;
- unsigned long dtmfmask;
- unsigned long dtmfmutemask;
spinlock_t cmd_list_lock;
struct list_head pending_cmds;