aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-03-08 21:16:06 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-03-08 21:16:06 +0100
commitf7656de12857b7a9d775f66415cc3059975d635d (patch)
treee2071b8a155efa437858a02eaef97edbab381285
parent84e22e9b9869619abb5b6971c4b0bf36982a9e01 (diff)
broadband-bearer: remove unused cid_selection_3gpp() method
It was replaced by the profile management operations instead in the 1.18 release.
-rw-r--r--src/mm-broadband-bearer.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mm-broadband-bearer.h b/src/mm-broadband-bearer.h
index 5d548a1f..cccc4035 100644
--- a/src/mm-broadband-bearer.h
+++ b/src/mm-broadband-bearer.h
@@ -62,17 +62,6 @@ struct _MMBroadbandBearerClass {
GAsyncResult *res,
GError **error);
- /* CID selection sub-part of 3GPP connection */
- void (* cid_selection_3gpp) (MMBroadbandBearer *self,
- MMBaseModem *modem,
- MMPortSerialAt *primary,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
- guint (* cid_selection_3gpp_finish) (MMBroadbandBearer *self,
- GAsyncResult *res,
- GError **error);
-
/* Dialing sub-part of 3GPP connection */
void (* dial_3gpp) (MMBroadbandBearer *self,
MMBaseModem *modem,