diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index c16ddb64..9f39bcf0 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -200,15 +200,6 @@ void mm_3gpp_pdp_context_list_free (GList *pdp_list); GList *mm_3gpp_parse_cgdcont_read_response (const gchar *reply, GError **error); -/* Select best CID to use during connection */ -guint mm_3gpp_select_best_cid (const gchar *apn, - MMBearerIpFamily ip_family, - GList *context_list, - GList *context_format_list, - gpointer log_object, - gboolean *out_cid_reused, - gboolean *out_cid_overwritten); - /* AT+CGACT? (active PDP context query) response parser */ typedef struct { guint cid; |