diff options
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 34f3297b..2abadf27 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -270,14 +270,6 @@ struct _MMIfaceModem { GAsyncResult *res, GError **error); - /* Asynchronous FCC unlock operation */ - void (* fcc_unlock) (MMIfaceModem *self, - GAsyncReadyCallback callback, - gpointer user_data); - gboolean (* fcc_unlock_finish) (MMIfaceModem *self, - GAsyncResult *res, - GError **error); - /* Asynchronous modem power-up operation */ void (*modem_power_up) (MMIfaceModem *self, GAsyncReadyCallback callback, |