broadband-bearer: remove unused cid_selection_3gpp() method

It was replaced by the profile management operations instead in the
1.18 release.
This commit is contained in:
Aleksander Morgado
2022-03-08 21:16:06 +01:00
parent 84e22e9b98
commit f7656de128

View File

@@ -62,17 +62,6 @@ struct _MMBroadbandBearerClass {
GAsyncResult *res, GAsyncResult *res,
GError **error); 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 */ /* Dialing sub-part of 3GPP connection */
void (* dial_3gpp) (MMBroadbandBearer *self, void (* dial_3gpp) (MMBroadbandBearer *self,
MMBaseModem *modem, MMBaseModem *modem,