atmodem: Remove quirk for Huawei voice call support

The Huawei voice call support has its own driver now. So this quirk
is no longer needed.
This commit is contained in:
Marcel Holtmann 2010-09-29 08:32:23 +09:00
parent ba2fd65b5e
commit 590e154734
1 changed files with 0 additions and 4 deletions

View File

@ -118,10 +118,6 @@ static struct ofono_call *create_call(struct ofono_voicecall *vc, int type,
d->calls = g_slist_insert_sorted(d->calls, call, at_util_call_compare);
if (d->vendor == OFONO_VENDOR_HUAWEI)
g_at_chat_send(d->chat, "AT^DDSETEX=2", none_prefix,
NULL, NULL, NULL);
return call;
}