aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-pco.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-pco.c')
-rw-r--r--libmm-glib/mm-pco.c21
1 files changed, 0 insertions, 21 deletions
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)
*/