diff options
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r-- | src/mm-iface-modem-cdma.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h index d8ffeafc..90a50d98 100644 --- a/src/mm-iface-modem-cdma.h +++ b/src/mm-iface-modem-cdma.h @@ -148,15 +148,6 @@ struct _MMIfaceModemCdma { gboolean (*register_in_network_finish) (MMIfaceModemCdma *self, GAsyncResult *res, GError **error); - - /* New CDMA bearer */ - void (* bearer_new) (MMIfaceModemCdma *self, - MMCommonBearerProperties *properties, - GCancellable *cancellable, - GAsyncReadyCallback callback, - gpointer user_data); - MMBearer * (* bearer_new_finish) (GAsyncResult *res, - GError **error); }; GType mm_iface_modem_cdma_get_type (void); @@ -232,15 +223,6 @@ gboolean mm_iface_modem_cdma_register_in_network_finish (MMIfaceModemCdma *self, GAsyncResult *res, GError **error); -/* Create new CDMA bearer */ -void mm_iface_modem_cdma_create_bearer (MMIfaceModemCdma *self, - MMCommonBearerProperties *properties, - GAsyncReadyCallback callback, - gpointer user_data); -MMBearer *mm_iface_modem_cdma_create_bearer_finish (MMIfaceModemCdma *self, - GAsyncResult *res, - GError **error); - /* Bind properties for simple GetStatus() */ void mm_iface_modem_cdma_bind_simple_status (MMIfaceModemCdma *self, MMCommonSimpleProperties *status); |