From 29b945fd67d1e7eb93cfe66d089977d064c7f7bc Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 1 Sep 2019 20:41:47 +0200 Subject: glib-utils: Remove get_time_string() get_time_string() is a local function that wraps strftime(). In contrast to strftime(), g_date_time_format() always produces an UTF-8 string, regardless of the current locale. --- 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 59a327f..674a17e 100644 --- a/src/glib-utils.h +++ b/src/glib-utils.h @@ -65,7 +65,6 @@ char ** split_line (const char *line, const char * get_last_field (const char *line, int last_field); int n_fields (char **str_array); -char * get_time_string (time_t time); void g_ptr_array_free_full (GPtrArray *array, GFunc func, gpointer user_data); -- cgit v1.2.1