empathy r570 - in trunk: libempathy python/pyempathy



Author: xclaesse
Date: Wed Jan 16 19:05:23 2008
New Revision: 570
URL: http://svn.gnome.org/viewvc/empathy?rev=570&view=rev

Log:
Remove not implemented and not used empathy_time_parse_format function.


Modified:
   trunk/libempathy/empathy-time.h
   trunk/python/pyempathy/pyempathy.defs

Modified: trunk/libempathy/empathy-time.h
==============================================================================
--- trunk/libempathy/empathy-time.h	(original)
+++ trunk/libempathy/empathy-time.h	Wed Jan 16 19:05:23 2008
@@ -36,8 +36,6 @@
 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,

Modified: trunk/python/pyempathy/pyempathy.defs
==============================================================================
--- trunk/python/pyempathy/pyempathy.defs	(original)
+++ trunk/python/pyempathy/pyempathy.defs	Wed Jan 16 19:05:23 2008
@@ -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*")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]