From 646eec19395cc98a4491c7ea10f75f93a1ad3311 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 29 Feb 2020 09:45:27 +0100 Subject: glib-utils: remove g_ptr_array_free_full --- src/glib-utils.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/glib-utils.c') diff --git a/src/glib-utils.c b/src/glib-utils.c index ed42dd7..f17ddb2 100644 --- a/src/glib-utils.c +++ b/src/glib-utils.c @@ -476,16 +476,6 @@ debug (const char *file, } -void -g_ptr_array_free_full (GPtrArray *array, - GFunc free_func, - gpointer user_data) -{ - g_ptr_array_foreach (array, free_func, user_data); - g_ptr_array_free (array, TRUE); -} - - GHashTable *static_strings = NULL; -- cgit v1.2.1