From 66076cf781963cd1b781ba8e42d32efcf8fa9180 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 24 Aug 2019 12:21:31 +0200 Subject: glib-utils: Remove unused function - g_ptr_array_copy closes https://github.com/mate-desktop/engrampa/issues/283 --- src/glib-utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/glib-utils.h') diff --git a/src/glib-utils.h b/src/glib-utils.h index b03f7f9..59a327f 100644 --- a/src/glib-utils.h +++ b/src/glib-utils.h @@ -66,7 +66,6 @@ const char * get_last_field (const char *line, int last_field); int n_fields (char **str_array); char * get_time_string (time_t time); -GPtrArray * g_ptr_array_copy (GPtrArray *array); void g_ptr_array_free_full (GPtrArray *array, GFunc func, gpointer user_data); -- cgit v1.2.1