diff options
Diffstat (limited to 'drivers/ifxmodem/voicecall.c')
-rw-r--r-- | drivers/ifxmodem/voicecall.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c index f6736247..fcd0c7e8 100644 --- a/drivers/ifxmodem/voicecall.c +++ b/drivers/ifxmodem/voicecall.c @@ -298,8 +298,8 @@ static void atd_cb(gboolean ok, GAtResult *result, gpointer user_data) static void ifx_dial(struct ofono_voicecall *vc, const struct ofono_phone_number *ph, - enum ofono_clir_option clir, enum ofono_cug_option cug, - ofono_voicecall_cb_t cb, void *data) + enum ofono_clir_option clir, 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); @@ -326,14 +326,6 @@ static void ifx_dial(struct ofono_voicecall *vc, break; } - switch (cug) { - case OFONO_CUG_OPTION_INVOCATION: - strcat(buf, "G"); - break; - default: - break; - } - strcat(buf, ";"); if (g_at_chat_send(vd->chat, buf, atd_prefix, |