summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-07-28 22:34:00 +0200
committerBen Chan <benchan@chromium.org>2018-10-26 09:41:44 -0700
commit025fcb7e92dde84c45085a1087375413c23d8ab7 (patch)
tree8d78deedfe0586738decaabc7687a099ca6701f4 /src/mm-iface-modem-3gpp.h
parent408a2a9c6cef91e11a3ed5e09c140e175534822d (diff)
downloadModemManager-025fcb7e92dde84c45085a1087375413c23d8ab7.tar.gz
api: deprecate SubscriptionState property
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index 7ea190a21..920d01a00 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -184,14 +184,6 @@ struct _MMIfaceModem3gpp {
GAsyncResult *res,
GError **error);
- /* Loading of the subscription state property */
- void (*load_subscription_state) (MMIfaceModem3gpp *self,
- GAsyncReadyCallback callback,
- gpointer user_data);
- MMModem3gppSubscriptionState (*load_subscription_state_finish) (MMIfaceModem3gpp *self,
- GAsyncResult *res,
- GError **error);
-
/* Scan current networks, expect a GList of MMModem3gppNetworkInfo */
void (* scan_networks) (MMIfaceModem3gpp *self,
GAsyncReadyCallback callback,