aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-17 03:05:23 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-17 03:05:23 +0800
commit04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1 (patch)
tree7b69dd44c47087a7a16b91224c82614c2a509653 /python
parenta14bdbab3f126dec874d3c91807984f51b326291 (diff)
downloadgsoc2013-empathy-04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1.tar
gsoc2013-empathy-04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1.tar.gz
gsoc2013-empathy-04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1.tar.bz2
gsoc2013-empathy-04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1.tar.lz
gsoc2013-empathy-04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1.tar.xz
gsoc2013-empathy-04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1.tar.zst
gsoc2013-empathy-04632f7edb50ddf33e18e8c3cb0df6ca1fb608b1.zip
Remove not implemented and not used empathy_time_parse_format function.
svn path=/trunk/; revision=570
Diffstat (limited to 'python')
-rw-r--r--python/pyempathy/pyempathy.defs9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index 807991170..56825aba5 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*")