diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/novatel/mm-broadband-modem-novatel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/novatel/mm-broadband-modem-novatel.c b/plugins/novatel/mm-broadband-modem-novatel.c index 99f2cd39..1cbaa506 100644 --- a/plugins/novatel/mm-broadband-modem-novatel.c +++ b/plugins/novatel/mm-broadband-modem-novatel.c @@ -519,7 +519,6 @@ nw_snapshot_new_cb (MMPortSerialQcdm *port, mm_port_serial_qcdm_command (port, nwsnap, 3, - FALSE, NULL, (GAsyncReadyCallback)nw_snapshot_old_cb, ctx); @@ -555,7 +554,6 @@ get_nw_modem_snapshot (MMBaseModem *self, mm_port_serial_qcdm_command (port, nwsnap, 3, - FALSE, NULL, (GAsyncReadyCallback)nw_snapshot_new_cb, ctx); @@ -1046,7 +1044,6 @@ reg_eri_6800_cb (MMPortSerialQcdm *port, mm_port_serial_qcdm_command (port, nweri, 3, - FALSE, NULL, (GAsyncReadyCallback)reg_eri_6500_cb, ctx); @@ -1090,7 +1087,6 @@ modem_cdma_get_detailed_registration_state (MMIfaceModemCdma *self, mm_port_serial_qcdm_command (port, nweri, 3, - FALSE, NULL, (GAsyncReadyCallback)reg_eri_6800_cb, ctx); |