diff options
Diffstat (limited to 'libmm-glib/mm-bearer-properties.c')
-rw-r--r-- | libmm-glib/mm-bearer-properties.c | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/libmm-glib/mm-bearer-properties.c b/libmm-glib/mm-bearer-properties.c index 1864d256..51d0a60b 100644 --- a/libmm-glib/mm-bearer-properties.c +++ b/libmm-glib/mm-bearer-properties.c @@ -367,54 +367,6 @@ mm_bearer_properties_get_allow_roaming (MMBearerProperties *self) /*****************************************************************************/ -#ifndef MM_DISABLE_DEPRECATED - -/** - * mm_bearer_properties_set_number: - * @self: a #MMBearerProperties. - * @number: the number. - * - * Sets the number to use when performing the connection. - * - * Since: 1.0 - * Deprecated: 1.10.0. The number setting is not used anywhere, and therefore - * it doesn't make sense to expose it in the ModemManager interface. - */ -void -mm_bearer_properties_set_number (MMBearerProperties *self, - const gchar *number) -{ - g_return_if_fail (MM_IS_BEARER_PROPERTIES (self)); - - /* NO-OP */ -} - -/** - * mm_bearer_properties_get_number: - * @self: a #MMBearerProperties. - * - * Gets the number to use when performing the connection. - * - * Returns: (transfer none): the number, or #NULL if not set. Do not free the - * returned value, it is owned by @self. - * - * Since: 1.0 - * Deprecated: 1.10.0. The number setting is not used anywhere, and therefore - * it doesn't make sense to expose it in the ModemManager interface. - */ -const gchar * -mm_bearer_properties_get_number (MMBearerProperties *self) -{ - g_return_val_if_fail (MM_IS_BEARER_PROPERTIES (self), NULL); - - /* NO-OP */ - return NULL; -} - -#endif /* MM_DISABLE_DEPRECATED */ - -/*****************************************************************************/ - /** * mm_bearer_properties_set_rm_protocol: * @self: a #MMBearerProperties. |