From 8401f5732d1b4b0eda453f6b3e50fa3564ae970e Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 7 Mar 2019 17:22:48 +0100 Subject: Replace meta_free_gslist_and_elements with g_slist_free_full Use g_slist_free_full --- src/include/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/util.h') diff --git a/src/include/util.h b/src/include/util.h index 545357f8..107b9365 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -96,8 +96,6 @@ const char* meta_gravity_to_string (int gravity); char* meta_g_utf8_strndup (const gchar *src, gsize n); -void meta_free_gslist_and_elements (GSList *list_to_deep_free); - GPid meta_show_dialog (const char *type, const char *message, const char *timeout, -- cgit v1.2.1