summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/atmodem/voicecall.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c
index 4c9fc262..75e0c939 100644
--- a/drivers/atmodem/voicecall.c
+++ b/drivers/atmodem/voicecall.c
@@ -769,14 +769,6 @@ static void clip_notify(GAtResult *result, gpointer user_data)
ofono_voicecall_notify(vc, call);
vd->flags &= ~FLAG_NEED_CLIP;
-
- /* We started a CLCC, but the CLIP arrived and the call type
- * is known. If we don't need to poll, cancel the GSource
- */
- if (call->type != 9 && vd->clcc_source) {
- g_source_remove(vd->clcc_source);
- vd->clcc_source = 0;
- }
}
static void cnap_notify(GAtResult *result, gpointer user_data)