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
This commit is contained in:
Shaun Ruffell 2010-09-20 18:54:47 +00:00
parent dd98bbda37
commit 195e87a4c6

View File

@ -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;