shell: Remove format_date() utility function

It is now unused.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/807
This commit is contained in:
Florian Müllner
2019-09-10 05:12:14 +02:00
committed by Georges Basile Stavracas Neto
parent ac1f896107
commit f51952f5d6
2 changed files with 0 additions and 37 deletions

View File

@ -19,8 +19,6 @@ void shell_util_get_transformed_allocation (ClutterActor *actor,
int shell_util_get_week_start (void);
char *shell_util_format_date (const char *format,
gint64 time_ms);
const char *shell_util_translate_time_string (const char *str);
char *shell_util_regex_escape (const char *str);