From a09b13de86fd62c9b5144ada2c23c6062e873ec1 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 25 Jun 2021 11:31:53 +0200 Subject: libmm-glib,pco: move deprecated methods to compat source --- libmm-glib/mm-pco.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'libmm-glib/mm-pco.c') diff --git a/libmm-glib/mm-pco.c b/libmm-glib/mm-pco.c index 581761a1..23753b10 100644 --- a/libmm-glib/mm-pco.c +++ b/libmm-glib/mm-pco.c @@ -246,27 +246,6 @@ mm_pco_to_variant (MMPco *self) /*****************************************************************************/ -#ifndef MM_DISABLE_DEPRECATED - -/** - * mm_pco_list_free: - * @pco_list: (transfer full)(element-type ModemManager.Pco): a #GList of - * #MMPco. - * - * Frees all of the memory used by a #GList of #MMPco. - * - * Since: 1.10 - * Deprecated: 1.12.0: Use g_list_free_full() using g_object_unref() as - * #GDestroyNotify function instead. - */ -void -mm_pco_list_free (GList *pco_list) -{ - g_list_free_full (pco_list, g_object_unref); -} - -#endif /* MM_DISABLE_DEPRECATED */ - /** * mm_pco_list_add: (skip) */ -- cgit v1.2.3-70-g09d2