diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-07 09:36:06 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-09 06:46:02 +0200 |
commit | 6de13631745f35391f895628cc17ca03526ed0cc (patch) | |
tree | 1344eaed930140c5cdbf1101f5cc8ced3d513747 /libmm-glib/mm-common-helpers.c | |
parent | 382b059c1eea8108b5dfb38d70f2a03118a566b7 (diff) |
api,modem: improve capabilities related documentation
And remove the unused mm_common_build_capability_combinations_any()
method in the common non-public library code.
Diffstat (limited to 'libmm-glib/mm-common-helpers.c')
-rw-r--r-- | libmm-glib/mm-common-helpers.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libmm-glib/mm-common-helpers.c b/libmm-glib/mm-common-helpers.c index 484771b3..5bdb6df4 100644 --- a/libmm-glib/mm-common-helpers.c +++ b/libmm-glib/mm-common-helpers.c @@ -538,17 +538,6 @@ mm_common_build_capability_combinations_none (void) return g_variant_builder_end (&builder); } -GVariant * -mm_common_build_capability_combinations_any (void) -{ - GVariantBuilder builder; - - g_variant_builder_init (&builder, G_VARIANT_TYPE ("au")); - g_variant_builder_add_value (&builder, - g_variant_new_uint32 (MM_MODEM_CAPABILITY_ANY)); - return g_variant_builder_end (&builder); -} - void mm_common_get_bands_from_string (const gchar *str, MMModemBand **bands, |