summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2015-11-12 13:16:18 -0600
committerDenis Kenzior <denkenz@gmail.com>2015-11-12 13:17:55 -0600
commitd351e3ac031fddd0aba211d994715994f4b9ed93 (patch)
tree3352411ddd989b98dc6ebaa65d86a3a7f61631ac /drivers
parentde1aad2e11ca125b1022276bf626024ae0c5e02c (diff)
downloadofono-d351e3ac031fddd0aba211d994715994f4b9ed93.tar.bz2
voicecall: Remove redundant comment
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rilmodem/voicecall.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/rilmodem/voicecall.c b/drivers/rilmodem/voicecall.c
index 12a2e9b1..3530972b 100644
--- a/drivers/rilmodem/voicecall.c
+++ b/drivers/rilmodem/voicecall.c
@@ -707,13 +707,6 @@ void ril_voicecall_start(struct ril_voicecall_driver_data *driver_data,
ofono_voicecall_set_data(vc, vd);
- /*
- * ofono_voicecall_register() needs to be called after
- * the driver has been set in ofono_voicecall_create(),
- * which calls this function. Most other drivers make
- * some kind of capabilities query to the modem, and then
- * call register in the callback; we use an idle event instead.
- */
g_idle_add(ril_delayed_register, vc);
}