diff options
author | rbuj <[email protected]> | 2020-01-31 11:31:56 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-03-08 21:14:36 +0100 |
commit | 144ac2fb1395a76a04773c577965a8754f2dab3b (patch) | |
tree | 61820c300316ed7b1893160b53f0f4b7ae5c408e /src/glib-utils.h | |
parent | 3c6c1cef810b6a27ecf5142893bd960d6efb32f2 (diff) | |
download | engrampa-144ac2fb1395a76a04773c577965a8754f2dab3b.tar.bz2 engrampa-144ac2fb1395a76a04773c577965a8754f2dab3b.tar.xz |
glib-utils: remove n_fields function
Diffstat (limited to 'src/glib-utils.h')
-rw-r--r-- | src/glib-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glib-utils.h b/src/glib-utils.h index 957aff9..f9820c4 100644 --- a/src/glib-utils.h +++ b/src/glib-utils.h @@ -59,7 +59,6 @@ char ** split_line (const char *line, int n_fields); const char * get_last_field (const char *line, int last_field); -int n_fields (char **str_array); void g_ptr_array_free_full (GPtrArray *array, GFunc func, gpointer user_data); |