diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 18:37:28 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 19:01:06 +0200 |
commit | 219700ba6d9df49427320eb2cbfd8eae850b8921 (patch) | |
tree | eee9a07f55e2f94276b393b3f10ba33cedbc32e4 /libmm-glib/mm-simple-status.h | |
parent | a09b13de86fd62c9b5144ada2c23c6062e873ec1 (diff) |
libmm-glib,simple-status: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-simple-status.h')
-rw-r--r-- | libmm-glib/mm-simple-status.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmm-glib/mm-simple-status.h b/libmm-glib/mm-simple-status.h index 38587413..86c7ce4f 100644 --- a/libmm-glib/mm-simple-status.h +++ b/libmm-glib/mm-simple-status.h @@ -68,10 +68,6 @@ MMModem3gppRegistrationState mm_simple_status_get_3gpp_registration_state (MMSi const gchar *mm_simple_status_get_3gpp_operator_code (MMSimpleStatus *self); const gchar *mm_simple_status_get_3gpp_operator_name (MMSimpleStatus *self); -#ifndef MM_DISABLE_DEPRECATED -MMModem3gppSubscriptionState mm_simple_status_get_3gpp_subscription_state (MMSimpleStatus *self); -#endif - MMModemCdmaRegistrationState mm_simple_status_get_cdma_cdma1x_registration_state (MMSimpleStatus *self); MMModemCdmaRegistrationState mm_simple_status_get_cdma_evdo_registration_state (MMSimpleStatus *self); guint mm_simple_status_get_cdma_sid (MMSimpleStatus *self); |