summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-11-12 19:22:07 +0000
committerShaun Ruffell <sruffell@digium.com>2009-11-12 19:22:07 +0000
commitcf387b572201de05f39314b310da35ca82e829d2 (patch)
tree3792d18b2b0b79764723a3b2f4fd03506e6b992b /drivers/dahdi/voicebus
parent3415a99d6e01cd21e1d1a3b42ca838f0816e156e (diff)
voicebus: Remove unused curtone from 'struct vpmadt032'
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7567 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus')
-rw-r--r--drivers/dahdi/voicebus/GpakCust.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/voicebus/GpakCust.h b/drivers/dahdi/voicebus/GpakCust.h
index 1055cb6..11d1d88 100644
--- a/drivers/dahdi/voicebus/GpakCust.h
+++ b/drivers/dahdi/voicebus/GpakCust.h
@@ -126,7 +126,6 @@ struct vpmadt032 {
struct list_head pending_cmds;
/* Commands that are currently in progress by the VPM module */
struct list_head active_cmds;
- unsigned char curtone[MAX_CHANNELS_PER_SPAN];
struct vpmadt032_options options;
void (*setchanconfig_from_state)(struct vpmadt032 *vpm, int channel, struct GpakChannelConfig *chanconfig);
/* This must be last */