diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 11:31:53 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 19:01:06 +0200 |
commit | a09b13de86fd62c9b5144ada2c23c6062e873ec1 (patch) | |
tree | 3ca29b639a21153e11d02f50bddf79ba83a4be9e /libmm-glib/mm-pco.h | |
parent | 27a192c1ef063f7c29668cf61739335dc02ecf87 (diff) |
libmm-glib,pco: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-pco.h')
-rw-r--r-- | libmm-glib/mm-pco.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libmm-glib/mm-pco.h b/libmm-glib/mm-pco.h index e276e3b9..11203577 100644 --- a/libmm-glib/mm-pco.h +++ b/libmm-glib/mm-pco.h @@ -61,13 +61,6 @@ gboolean mm_pco_is_complete (MMPco *self); const guint8 *mm_pco_get_data (MMPco *self, gsize *data_size); -#ifndef MM_DISABLE_DEPRECATED - -G_DEPRECATED -void mm_pco_list_free (GList *pco_list); - -#endif - /*****************************************************************************/ /* ModemManager/libmm-glib/mmcli specific methods */ |