diff options
Diffstat (limited to 'drivers/calypsomodem/voicecall.c')
-rw-r--r-- | drivers/calypsomodem/voicecall.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index 837ff694..204ed14c 100644 --- a/drivers/calypsomodem/voicecall.c +++ b/drivers/calypsomodem/voicecall.c @@ -80,7 +80,6 @@ error: static void calypso_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) { char buf[256]; @@ -101,14 +100,6 @@ static void calypso_dial(struct ofono_voicecall *vc, break; } - switch (cug) { - case OFONO_CUG_OPTION_INVOCATION: - strcat(buf, "G"); - break; - default: - break; - } - strcat(buf, ";"); calypso_template(vc, buf, cb, data); |