summaryrefslogtreecommitdiff
path: root/src/glib-utils.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-08-24 12:21:31 +0200
committerrbuj <[email protected]>2019-08-28 22:04:23 +0200
commitdf3d24ca21ce8abd0f325c21dc7e249803e2ab83 (patch)
tree894adc81a042529f1921654e4655c21e4780bad3 /src/glib-utils.h
parent342b4bc7c1932e6f2c7ea7e7acf46ffbac086943 (diff)
downloadengrampa-df3d24ca21ce8abd0f325c21dc7e249803e2ab83.tar.bz2
engrampa-df3d24ca21ce8abd0f325c21dc7e249803e2ab83.tar.xz
glib-utils: Remove unused function - g_ptr_array_copy
closes https://github.com/mate-desktop/engrampa/issues/283
Diffstat (limited to 'src/glib-utils.h')
-rw-r--r--src/glib-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glib-utils.h b/src/glib-utils.h
index 0c8f88b..d9a2f79 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);