summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-04 20:19:50 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-04 20:37:50 -0500
commitd74d6c2e06653be7117e72c75526487e138ddd90 (patch)
treeffa6c4546204eb235ab86d7fdffb638eaf0806dc /drivers/calypsomodem/voicecall.c
parent8f607eff42cf86c138ddb0ac8ae5111a63bb7439 (diff)
downloadofono-d74d6c2e06653be7117e72c75526487e138ddd90.tar.bz2
Fix unused variable warning
Diffstat (limited to 'drivers/calypsomodem/voicecall.c')
-rw-r--r--drivers/calypsomodem/voicecall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c
index 925ce796..1eaeb79c 100644
--- a/drivers/calypsomodem/voicecall.c
+++ b/drivers/calypsomodem/voicecall.c
@@ -197,8 +197,6 @@ static void calypso_deflect(struct ofono_voicecall *vc,
static void calypso_send_dtmf(struct ofono_voicecall *vc, const char *dtmf,
ofono_voicecall_cb_t cb, void *data)
{
- struct voicecall_data *vd = ofono_voicecall_get_data(vc);
- struct cb_data *cbd = cb_data_new(cb, data);
int len = strlen(dtmf);
int s;
int i;