diff options
Diffstat (limited to 'libmm-glib/mm-simple-status.c')
-rw-r--r-- | libmm-glib/mm-simple-status.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libmm-glib/mm-simple-status.c b/libmm-glib/mm-simple-status.c index a296fd68..ff52ffe9 100644 --- a/libmm-glib/mm-simple-status.c +++ b/libmm-glib/mm-simple-status.c @@ -253,31 +253,6 @@ mm_simple_status_get_3gpp_operator_name (MMSimpleStatus *self) /*****************************************************************************/ -#ifndef MM_DISABLE_DEPRECATED - -/** - * mm_simple_status_get_3gpp_subscription_state: - * @self: a #MMSimpleStatus. - * - * Gets the current subscription status of the account. - * - * Returns: a #MMModem3gppSubscriptionState. - * - * Since: 1.0 - * Deprecated: 1.12.0. The value of this property can only be obtained with - * operator specific logic (e.g. processing specific PCO info), and therefore - * it doesn't make sense to expose it in the ModemManager interface. - */ -MMModem3gppSubscriptionState -mm_simple_status_get_3gpp_subscription_state (MMSimpleStatus *self) -{ - return MM_MODEM_3GPP_SUBSCRIPTION_STATE_UNKNOWN; -} - -#endif /* MM_DISABLE_DEPRECATED */ - -/*****************************************************************************/ - /** * mm_simple_status_get_cdma_cdma1x_registration_state: * @self: a #MMSimpleStatus. |