summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Valo <kalle.valo@canonical.com>2010-05-25 17:23:32 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-05-25 09:47:18 -0500
commit53d70bc137df97f9d2c66851a2ab87595cc8bb75 (patch)
treeb4700ad5fc56aae321da4717db4e962ac9e0f9ea
parent99e4200c64b82e67effa87243045218745edd291 (diff)
downloadofono-53d70bc137df97f9d2c66851a2ab87595cc8bb75.tar.bz2
huawei: remove voicecall support
These modems don't support voicecall anyway. Recommended by Denis.
-rw-r--r--plugins/huawei.c1
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)