From 0307da6ba646d4e9c3ed79a14d76b84972ab28bd Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 20 Sep 2010 18:54:47 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9348 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wcte12xp/wcte12xp.h | 3 --- 1 file changed, 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; -- cgit v1.2.3