From eee67421e45b110332463f2e4193211f73930e32 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 14 Jun 2013 13:46:05 -0500 Subject: in utils.c, remove unused function read_timezone() --- src/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 788d516..c2bc0c5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -30,7 +30,6 @@ G_BEGIN_DECLS gboolean is_locale_12h (void); void split_settings_location (const gchar * location, gchar ** zone, gchar ** name); gchar * get_current_zone_name (const gchar * location); -gchar * read_timezone (); gchar * generate_format_string_full (gboolean show_day, gboolean show_date); gchar * generate_format_string_at_time (GDateTime * time); -- cgit v1.2.3