diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-23 06:34:53 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-09 12:38:49 +0000 |
commit | 0cd76bf1c411707b6ba1c4222d791e2115ef6840 (patch) | |
tree | f3b089dbd86be8ec3f5f0ff4c38a918ac75a29ff /libmm-glib/mm-modem-3gpp.c | |
parent | 78266ac4895e34a02f4f66893d7ae867b38864b0 (diff) |
api: deprecate MM_MODEM_CAPABILITY_LTE_ADVANCED
It's not used anywhere.
Diffstat (limited to 'libmm-glib/mm-modem-3gpp.c')
-rw-r--r-- | libmm-glib/mm-modem-3gpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-modem-3gpp.c b/libmm-glib/mm-modem-3gpp.c index 7170acdb..97d8fafe 100644 --- a/libmm-glib/mm-modem-3gpp.c +++ b/libmm-glib/mm-modem-3gpp.c @@ -38,7 +38,7 @@ * properties of the 3GPP interface. * * The 3GPP interface is exposed whenever a modem has any of the 3GPP - * capabilities (%MM_MODEM_CAPABILITY_GSM_UMTS, %MM_MODEM_CAPABILITY_LTE or %MM_MODEM_CAPABILITY_LTE_ADVANCED). + * capabilities (%MM_MODEM_CAPABILITY_GSM_UMTS or %MM_MODEM_CAPABILITY_LTE). */ G_DEFINE_TYPE (MMModem3gpp, mm_modem_3gpp, MM_GDBUS_TYPE_MODEM3GPP_PROXY) |