diff options
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r-- | plugins/ifx.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c index 33d465e1..f48faa5a 100644 --- a/plugins/ifx.c +++ b/plugins/ifx.c @@ -472,7 +472,7 @@ error: static int ifx_enable(struct ofono_modem *modem) { struct ifx_data *data = ofono_modem_get_data(modem); - const char *device, *ldisc, *model, *audio, *loopback; + const char *device, *ldisc, *audio, *loopback; GAtSyntax *syntax; GAtChat *chat; @@ -484,13 +484,6 @@ static int ifx_enable(struct ofono_modem *modem) DBG("%s", device); - model = ofono_modem_get_string(modem, "Model"); - if (g_strcmp0(model, "XMM6260") == 0) { - data->audio_source = 4; - data->audio_dest = 3; - data->audio_context = 0; - } - audio = ofono_modem_get_string(modem, "AudioSetting"); if (g_strcmp0(audio, "FULL_DUPLEX") == 0) data->audio_setting = "0,0,0,0,0,0,0,0,0"; |