diff options
author | rbuj <[email protected]> | 2020-02-29 09:45:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-12 14:15:23 +0100 |
commit | 646eec19395cc98a4491c7ea10f75f93a1ad3311 (patch) | |
tree | e6597176130a631c0d8f44998031b424500bc139 /src/glib-utils.h | |
parent | 21f37c372238610629200f628d9a2eff22d65653 (diff) | |
download | engrampa-646eec19395cc98a4491c7ea10f75f93a1ad3311.tar.bz2 engrampa-646eec19395cc98a4491c7ea10f75f93a1ad3311.tar.xz |
glib-utils: remove g_ptr_array_free_full
Diffstat (limited to 'src/glib-utils.h')
-rw-r--r-- | src/glib-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glib-utils.h b/src/glib-utils.h index f9820c4..c43349a 100644 --- a/src/glib-utils.h +++ b/src/glib-utils.h @@ -59,9 +59,6 @@ char ** split_line (const char *line, int n_fields); const char * get_last_field (const char *line, int last_field); -void g_ptr_array_free_full (GPtrArray *array, - GFunc func, - gpointer user_data); const char * get_static_string (const char *s); char* g_uri_display_basename (const char *uri); |