diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-30 11:53:27 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-30 18:40:29 +0000 |
commit | 9e2c9cce975907c9da5c092645adbe60f4ce28a1 (patch) | |
tree | e5fbcd58b3ae8f5d5bd21642501d5b8a9aa4281c /src/mm-iface-modem-3gpp.h | |
parent | d47babd5b7e792f60a63ec50f1154cc6b1658cb1 (diff) |
iface-modem-3gpp: delete unused mm_iface_modem_3gpp_disable_facility_lock()
The action of disabling facility locks is user-triggered, so there is
no need to have an internal method to run the logic without user
interaction.
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r-- | src/mm-iface-modem-3gpp.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h index dc752f41..ec5dd482 100644 --- a/src/mm-iface-modem-3gpp.h +++ b/src/mm-iface-modem-3gpp.h @@ -345,15 +345,4 @@ gboolean mm_iface_modem_3gpp_reregister_in_network_finish (MMIfaceModem3gpp void mm_iface_modem_3gpp_bind_simple_status (MMIfaceModem3gpp *self, MMSimpleStatus *status); -/* Remove modem personalization */ -void mm_iface_modem_3gpp_disable_facility_lock (MMIfaceModem3gpp *self, - MMModem3gppFacility facility, - guint8 slot, - const gchar *key, - GAsyncReadyCallback callback, - gpointer user_data); -gboolean mm_iface_modem_3gpp_disable_facility_lock_finish (MMIfaceModem3gpp *self, - GAsyncResult *res, - GError **error); - #endif /* MM_IFACE_MODEM_3GPP_H */ |