From: Xavier Claessens Date: Wed, 16 Jan 2008 19:05:23 +0000 (+0000) Subject: Remove not implemented and not used empathy_time_parse_format function. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1 Remove not implemented and not used empathy_time_parse_format function. svn path=/trunk/; revision=570 --- diff --git a/libempathy/empathy-time.h b/libempathy/empathy-time.h index 560b4655..ce520cdf 100644 --- a/libempathy/empathy-time.h +++ b/libempathy/empathy-time.h @@ -36,8 +36,6 @@ G_BEGIN_DECLS time_t empathy_time_get_current (void); time_t empathy_time_get_local_time (struct tm *tm); time_t empathy_time_parse (const gchar *str); -time_t empathy_time_parse_format (const gchar *str, - const gchar *format); gchar *empathy_time_to_string_utc (time_t t, const gchar *format); gchar *empathy_time_to_string_local (time_t t, diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 80799117..56825aba 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1415,15 +1415,6 @@ ) ) -(define-function empathy_time_parse_format - (c-name "empathy_time_parse_format") - (return-type "time_t") - (parameters - '("const-gchar*" "str") - '("const-gchar*" "format") - ) -) - (define-function empathy_time_to_string_utc (c-name "empathy_time_to_string_utc") (return-type "gchar*")