diff options
author | Kalle Valo <kalle.valo@canonical.com> | 2010-05-25 17:23:32 +0300 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-05-25 09:47:18 -0500 |
commit | 53d70bc137df97f9d2c66851a2ab87595cc8bb75 (patch) | |
tree | b4700ad5fc56aae321da4717db4e962ac9e0f9ea | |
parent | 99e4200c64b82e67effa87243045218745edd291 (diff) | |
download | ofono-53d70bc137df97f9d2c66851a2ab87595cc8bb75.tar.bz2 |
huawei: remove voicecall support
These modems don't support voicecall anyway. Recommended by Denis.
-rw-r--r-- | plugins/huawei.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/huawei.c b/plugins/huawei.c index d7697b99..1b7a185a 100644 --- a/plugins/huawei.c +++ b/plugins/huawei.c @@ -289,7 +289,6 @@ static void huawei_pre_sim(struct ofono_modem *modem) ofono_devinfo_create(modem, 0, "atmodem", data->chat); data->sim = ofono_sim_create(modem, 0, "atmodem", data->chat); - ofono_voicecall_create(modem, 0, "atmodem", data->chat); } static void cgreg_notify(GAtResult *result, gpointer user_data) |