summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/cdmamodem/voicecall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cdmamodem/voicecall.c b/drivers/cdmamodem/voicecall.c
index c294e435..5b4f3ccc 100644
--- a/drivers/cdmamodem/voicecall.c
+++ b/drivers/cdmamodem/voicecall.c
@@ -58,8 +58,6 @@ static void cdma_template(const char *cmd, struct ofono_cdma_voicecall *vc,
goto error;
cbd->user = vc;
- cbd->cb = cb;
- cbd->data = data;
if (g_at_chat_send(vd->chat, cmd, none_prefix,
result_cb, cbd, g_free) > 0)