From 6de13631745f35391f895628cc17ca03526ed0cc Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 7 Apr 2020 09:36:06 +0200 Subject: api,modem: improve capabilities related documentation And remove the unused mm_common_build_capability_combinations_any() method in the common non-public library code. --- libmm-glib/mm-common-helpers.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libmm-glib/mm-common-helpers.c') 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, -- cgit v1.2.3-70-g09d2