]> git.0d.be Git - empathy.git/commitdiff
Remove not implemented and not used empathy_time_parse_format function.
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 16 Jan 2008 19:05:23 +0000 (19:05 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 16 Jan 2008 19:05:23 +0000 (19:05 +0000)
svn path=/trunk/; revision=570

libempathy/empathy-time.h
python/pyempathy/pyempathy.defs

index 560b4655a87e84d00f7a5c427e9eb8e5378c5e25..ce520cdf9ab4f6082f8517a1a3864a7db2c849d1 100644 (file)
@@ -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,
index 80799117094227ba3f7f010b92c4d1af14c8ff11..56825aba5543fe47d3dc416c0473f86312e337b6 100644 (file)
   )
 )
 
-(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*")